reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmt.cpp
  572     = CGF.EHStack.getInnermostNormalCleanup();
  577     assert(CGF.LabelMap.count(*i));
  578     JumpDest &dest = CGF.LabelMap.find(*i)->second;
tools/clang/lib/CodeGen/CodeGenFunction.h
  744       return CGF.EHStack.stable_begin() != CleanupStackDepth;
  755       CGF.DidCallStackSave = OldDidCallStackSave;
  756       CGF.PopCleanupBlocks(CleanupStackDepth, LifetimeExtendedCleanupStackSize,
  759       CGF.CurrentCleanupScopeDepth = OldCleanupScopeDepth;
  792       if (CGDebugInfo *DI = CGF.getDebugInfo())
  793         DI->EmitLexicalBlockEnd(CGF.Builder, Range.getEnd());
  798         ApplyDebugLocation DL(CGF, Range.getEnd());
  806       CGF.CurLexicalScope = ParentScope;
  919       return MappedVars.setVarAddr(CGF, LocalVD, PrivateGen());
  930     bool Privatize() { return MappedVars.apply(CGF); }
  934       MappedVars.restore(CGF);
  946       return !VD->isLocalVarDeclOrParm() && CGF.LocalDeclMap.count(VD) > 0;