Searched refs:EmitLexicalBlockStart (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h240 /// EmitLexicalBlockStart - Emit metadata to indicate the beginning of a
242 void EmitLexicalBlockStart(CGBuilderTy &Builder, SourceLocation Loc);
H A DCGStmt.cpp787 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin());
893 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin());
H A DCGObjC.cpp1432 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin());
2829 DI->EmitLexicalBlockStart(Builder, S.getLBracLoc());
H A DCodeGenFunction.h524 DI->EmitLexicalBlockStart(CGF.Builder, Range.getBegin());
H A DCGDebugInfo.cpp2592 /// EmitLexicalBlockStart - Constructs the debug code for entering a declarative
2594 void CGDebugInfo::EmitLexicalBlockStart(CGBuilderTy &Builder, function in class:CGDebugInfo

Completed in 8733 milliseconds