HomeSort by relevance Sort by last modified time
    Searched refs:EmitLocation (Results 1 - 12 of 12) 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/
CodeGenFunction.cpp 165 // in location will hit the caching in CGDebugInfo::EmitLocation and not
210 DI->EmitLocation(Builder, LastStopPoint);
212 DI->EmitLocation(Builder, EndLoc);
229 DI->EmitLocation(Builder, EndLoc);
626 DI->EmitLocation(Builder, StartLoc);
    [all...]
CGDebugInfo.h 218 /// EmitLocation - Emit metadata to indicate a change in line/column
221 void EmitLocation(CGBuilderTy &Builder, SourceLocation Loc,
CGException.cpp 772 DI->EmitLocation(Builder, CurEHLocation);
896 DI->EmitLocation(Builder, SavedLocation);
    [all...]
CGCleanup.cpp     [all...]
CGBlocks.cpp     [all...]
CodeGenFunction.h     [all...]
CGDebugInfo.cpp 83 DI->EmitLocation(Builder, SavedLoc);
    [all...]
CGStmt.cpp 38 DI->EmitLocation(Builder, Loc);
    [all...]
CGClass.cpp 705 DI->EmitLocation(Builder, Ctor->getLocEnd());
    [all...]
CGExpr.cpp     [all...]

Completed in 183 milliseconds