Searched refs:EmitLexicalBlockStart (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 319 void EmitLexicalBlockStart(CGBuilderTy &Builder, SourceLocation Loc);
|
D | CGObjC.cpp | 1463 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin()); in EmitObjCForCollectionStmt() 3125 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
|
D | CodeGenFunction.h | 548 DI->EmitLexicalBlockStart(CGF.Builder, Range.getBegin()); in LexicalScope()
|
D | CGDebugInfo.cpp | 3004 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, in EmitLexicalBlockStart() function in CGDebugInfo
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 442 void EmitLexicalBlockStart(CGBuilderTy &Builder, SourceLocation Loc);
|
D | CGObjC.cpp | 1718 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin()); in EmitObjCForCollectionStmt() 3571 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
|
D | CodeGenFunction.h | 859 DI->EmitLexicalBlockStart(CGF.Builder, Range.getBegin());
|
D | CGDebugInfo.cpp | 4044 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, in EmitLexicalBlockStart() function in CGDebugInfo
|