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

  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 45 static void EmitLocation(raw_ostream& o, const SourceManager &SM,
71 EmitLocation(o, SM, LangOpts, R.getBegin(), FM, indent+1);
72 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, R.isTokenRange());
174 EmitLocation(o, SM, LangOpts, D.getLocation(), FM, 2);
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 107 static void EmitLocation(raw_ostream &o, const SourceManager &SM,
128 static void EmitLocation(raw_ostream &o, const SourceManager &SM,
132 EmitLocation(o, SM, LangOpts, L.asLocation(), FM, indent, extend);
140 EmitLocation(o, SM, LangOpts, R.getBegin(), FM, indent+1);
141 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, !R.isPoint);
229 EmitLocation(o, SM, LangOpts, L, FM, indent);
530 EmitLocation(o, *SM, LangOpts, D->getLocation(), FM, 2);
  /external/clang/lib/CodeGen/
CGDebugInfo.h 208 /// EmitLocation - Emit metadata to indicate a change in line/column
211 void EmitLocation(CGBuilderTy &Builder, SourceLocation Loc,
CodeGenFunction.cpp 157 // in location will hit the caching in CGDebugInfo::EmitLocation and not
186 DI->EmitLocation(Builder, EndLoc);
514 DI->EmitLocation(Builder, StartLoc);
    [all...]
CGBlocks.cpp     [all...]
CGStmt.cpp 39 DI->EmitLocation(Builder, Loc);
    [all...]
CGDebugInfo.cpp     [all...]
CGClass.cpp 715 DI->EmitLocation(Builder, Ctor->getLocEnd());
    [all...]
CGExpr.cpp     [all...]

Completed in 34 milliseconds