HomeSort by relevance Sort by last modified time
    Searched defs:EmitLocation (Results 1 - 3 of 3) 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);
234 EmitLocation(o, SM, LangOpts, L, FM, indent);
540 EmitLocation(o, *SM, LangOpts, D->getLocation(), FM, 2);
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 83 DI->EmitLocation(Builder, SavedLoc);
    [all...]

Completed in 307 milliseconds