Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h310 void EmitLexicalBlockStart(CGBuilderTy &Builder, SourceLocation Loc);
DCGObjC.cpp1469 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin()); in EmitObjCForCollectionStmt()
2858 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
DCodeGenFunction.h528 DI->EmitLexicalBlockStart(CGF.Builder, Range.getBegin()); in LexicalScope()
DCGDebugInfo.cpp2806 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, in EmitLexicalBlockStart() function in CGDebugInfo