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

  /external/clang/include/clang/Frontend/
DiagnosticRenderer.h 75 virtual void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc,
81 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
92 virtual void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc) = 0;
144 PresumedLoc PLoc);
TextDiagnostic.h 82 virtual void emitDiagnosticMessage(SourceLocation Loc,PresumedLoc PLoc,
88 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
101 virtual void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc);
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 60 PresumedLoc PLoc = SM.getPresumedLoc(L);
CIndexDiagnostic.cpp 115 virtual void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc,
128 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
CXSourceLocation.cpp 259 PresumedLoc PreLoc = SM.getPresumedLoc(Loc);
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 114 static PresumedLoc getDiagnosticPresumedLoc(const SourceManager &SM,
191 PresumedLoc PLoc = getDiagnosticPresumedLoc(SM, Loc);
266 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
374 PresumedLoc PLoc) {
HeaderIncludeGen.cpp 81 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
SerializedDiagnosticPrinter.cpp 66 PresumedLoc PLoc,
72 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
141 PresumedLoc PLoc, RecordDataImpl &Record,
245 PresumedLoc PLoc,
499 PresumedLoc PLoc,
PrintPreprocessedOutput.cpp 135 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
244 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
617 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
TextDiagnostic.cpp 614 PresumedLoc PLoc,
694 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
802 PresumedLoc PLoc) {
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 343 /// PresumedLoc - This class represents an unpacked "presumed" location which
348 /// You can get a PresumedLoc from a SourceLocation with SourceManager.
349 class PresumedLoc {
354 PresumedLoc() : Filename(0) {}
355 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
SourceManager.h     [all...]
  /external/clang/lib/Basic/
SourceLocation.cpp 45 PresumedLoc PLoc = SM.getPresumedLoc(*this);
SourceManager.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 311 PresumedLoc PL = SM.getPresumedLoc(loc);
323 PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
  /frameworks/compile/slang/
slang_rs.cpp 249 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL);
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
Pragma.cpp 396 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation());
    [all...]
PPDirectives.cpp 881 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation());
    [all...]
  /external/clang/lib/AST/
StmtDumper.cpp 187 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
TypePrinter.cpp 691 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 178 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 64 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
65 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc);
217 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
251 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
261 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
    [all...]
CodeGenModule.cpp 717 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
725 PresumedLoc PLoc = SM.getPresumedLoc(L);
    [all...]

Completed in 1120 milliseconds