Searched refs:EmitLocation (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DPlistReporter.cpp45 static void EmitLocation(raw_ostream& o, const SourceManager &SM, function
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);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp107 static void EmitLocation(raw_ostream &o, const SourceManager &SM, function
128 static void EmitLocation(raw_ostream &o, const SourceManager &SM, function
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);
532 EmitLocation(o, *SM, LangOpts, D->getLocation(), FM, 2);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp163 // in location will hit the caching in CGDebugInfo::EmitLocation and not
200 DI->EmitLocation(Builder, LastStopPoint);
202 DI->EmitLocation(Builder, EndLoc);
219 DI->EmitLocation(Builder, EndLoc);
616 DI->EmitLocation(Builder, StartLoc);
H A DCGDebugInfo.h209 /// EmitLocation - Emit metadata to indicate a change in line/column
212 void EmitLocation(CGBuilderTy &Builder, SourceLocation Loc,
H A DCGCleanup.cpp839 DI->EmitLocation(Builder, EHLoc);
H A DCGBlocks.cpp1226 DI->EmitLocation(Builder, variable->getLocation());
1242 DI->EmitLocation(Builder,
H A DCGStmt.cpp39 DI->EmitLocation(Builder, Loc);
H A DCGDebugInfo.cpp2276 /// EmitLocation - Emit metadata to indicate a change in line/column
2278 void CGDebugInfo::EmitLocation(CGBuilderTy &Builder, SourceLocation Loc, function in class:CGDebugInfo
2341 EmitLocation(Builder, Loc);
H A DCGClass.cpp715 DI->EmitLocation(Builder, Ctor->getLocEnd());
H A DCGExpr.cpp2936 DI->EmitLocation(Builder, Loc, ForceColumnInfo);

Completed in 226 milliseconds