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

/external/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);
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp97 static void EmitLocation(raw_ostream &o, const SourceManager &SM, function
118 static void EmitLocation(raw_ostream &o, const SourceManager &SM, function
122 EmitLocation(o, SM, LangOpts, L.asLocation(), FM, indent, extend);
130 EmitLocation(o, SM, LangOpts, R.getBegin(), FM, indent+1);
131 EmitLocation(o, SM, LangOpts, R.getEnd(), FM, indent+1, !R.isPoint);
219 EmitLocation(o, SM, LangOpts, L, FM, indent);
497 EmitLocation(o, *SM, LangOpts, D->getLocation(), FM, 2);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h178 /// EmitLocation - Emit metadata to indicate a change in line/column
180 void EmitLocation(CGBuilderTy &Builder, SourceLocation Loc);
H A DCodeGenFunction.cpp462 DI->EmitLocation(Builder, StartLoc);
H A DCGClass.cpp733 DI->EmitLocation(Builder, Ctor->getLocEnd());
H A DCGStmt.cpp39 DI->EmitLocation(Builder, Loc);
H A DCGDebugInfo.cpp2111 /// EmitLocation - Emit metadata to indicate a change in line/column
2113 void CGDebugInfo::EmitLocation(CGBuilderTy &Builder, SourceLocation Loc) { function in class:CGDebugInfo
2172 EmitLocation(Builder, Loc);
H A DCGBlocks.cpp1136 DI->EmitLocation(Builder, variable->getLocation());
H A DCGExpr.cpp2566 DI->EmitLocation(Builder, E->getLocStart());

Completed in 176 milliseconds