reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1524 if (!DidCallStackSave) { 1533 DidCallStackSave = true;tools/clang/lib/CodeGen/CodeGenFunction.cpp
650 DidCallStackSave = false;
tools/clang/lib/CodeGen/CodeGenFunction.h730 OldDidCallStackSave = CGF.DidCallStackSave; 731 CGF.DidCallStackSave = false; 755 CGF.DidCallStackSave = OldDidCallStackSave;