Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h496 void EmitLexicalBlockStart(CGBuilderTy &Builder, SourceLocation Loc);
H A DCGObjC.cpp1772 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin()); in EmitObjCForCollectionStmt()
3649 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
H A DCodeGenFunction.h1040 DI->EmitLexicalBlockStart(CGF.Builder, Range.getBegin());
H A DCGDebugInfo.cpp4628 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, in EmitLexicalBlockStart() function in CGDebugInfo