Home
last modified time | relevance | path

Searched refs:EmitLexicalBlockStart (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGDebugInfo.h245 void EmitLexicalBlockStart(CGBuilderTy &Builder, SourceLocation Loc);
DCGObjC.cpp1423 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin()); in EmitObjCForCollectionStmt()
2818 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
DCodeGenFunction.h506 DI->EmitLexicalBlockStart(CGF.Builder, Range.getBegin()); in LexicalScope()
DCGDebugInfo.cpp2674 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, in EmitLexicalBlockStart() function in CGDebugInfo