HomeSort by relevance Sort by last modified time
    Searched refs:EmitLexicalBlockStart (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.h 222 /// EmitLexicalBlockStart - Emit metadata to indicate the beginning of a
224 void EmitLexicalBlockStart(CGBuilderTy &Builder, SourceLocation Loc);
CGStmt.cpp 582 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin());
675 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin());
    [all...]
CGObjC.cpp     [all...]
CodeGenFunction.h 865 DI->EmitLexicalBlockStart(CGF.Builder, Range.getBegin());
    [all...]
CGDebugInfo.cpp     [all...]

Completed in 109 milliseconds