Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h465 void EmitLexicalBlockStart(CGBuilderTy &Builder, SourceLocation Loc);
H A DCGObjC.cpp1726 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin()); in EmitObjCForCollectionStmt()
3623 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc()); in EmitObjCAutoreleasePoolStmt()
H A DCodeGenFunction.h945 DI->EmitLexicalBlockStart(CGF.Builder, Range.getBegin());
H A DCGDebugInfo.cpp4296 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, in EmitLexicalBlockStart() function in CGDebugInfo