Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h464 void EmitLexicalBlockStart(CGBuilderTy &Builder, SourceLocation Loc);
H A DCGObjC.cpp1778 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin()); in EmitObjCForCollectionStmt()
3676 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
H A DCodeGenFunction.h946 DI->EmitLexicalBlockStart(CGF.Builder, Range.getBegin());
H A DCGDebugInfo.cpp4330 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, in EmitLexicalBlockStart() function in CGDebugInfo