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

Declarations

tools/clang/lib/CodeGen/CGDebugInfo.h
  431   void EmitLexicalBlockEnd(CGBuilderTy &Builder, SourceLocation Loc);

References

tools/clang/lib/CodeGen/CGObjC.cpp
 1905     DI->EmitLexicalBlockEnd(Builder, S.getSourceRange().getEnd());
 3461     DI->EmitLexicalBlockEnd(Builder, S.getRBracLoc());
tools/clang/lib/CodeGen/CodeGenFunction.h
  793         DI->EmitLexicalBlockEnd(CGF.Builder, Range.getEnd());