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

1 2

  /external/clang/include/clang/Frontend/
TextDiagnostic.h 79 virtual void emitDiagnosticMessage(SourceLocation Loc,PresumedLoc PLoc,
86 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
101 virtual void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
104 virtual void emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
108 virtual void emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc,
DiagnosticRenderer.h 75 virtual void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc,
82 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
95 virtual void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
97 virtual void emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
100 virtual void emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc,
111 void emitIncludeStack(SourceLocation Loc, PresumedLoc PLoc,
165 PresumedLoc PLoc,
168 virtual void emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
172 virtual void emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc,
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 136 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D);
159 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
205 PresumedLoc PLoc,
236 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
279 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
473 PresumedLoc PLoc,
484 PresumedLoc PLoc,
497 PresumedLoc PLoc,
SerializedDiagnosticPrinter.cpp 63 PresumedLoc PLoc,
70 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
139 PresumedLoc PLoc,
165 PresumedLoc PLoc, RecordDataImpl &Record,
172 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(),
288 PresumedLoc PLoc,
552 EmitDiagnosticMessage(SourceLocation(), PresumedLoc(), DiagLevel,
574 PresumedLoc PLoc,
606 PresumedLoc PLoc,
676 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc()
    [all...]
HeaderIncludeGen.cpp 81 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
TextDiagnostic.cpp 677 PresumedLoc PLoc,
766 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
875 PresumedLoc PLoc,
884 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
895 PresumedLoc PLoc,
    [all...]
PrintPreprocessedOutput.cpp 147 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
250 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
657 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 60 PresumedLoc PLoc = SM.getPresumedLoc(L);
CIndexDiagnostic.cpp 113 virtual void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc,
131 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
CXSourceLocation.cpp 262 PresumedLoc PreLoc = SM.getPresumedLoc(Loc);
  /external/clang/include/clang/Basic/
SourceLocation.h 355 /// You can get a PresumedLoc from a SourceLocation with SourceManager.
356 class PresumedLoc {
361 PresumedLoc() : Filename(0) {}
362 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 313 PresumedLoc PL = SM.getPresumedLoc(loc);
325 PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
  /frameworks/compile/slang/
slang_rs.cpp 263 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL);
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
Pragma.cpp 423 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation());
    [all...]
PPDirectives.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 228 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 65 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
66 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc);
226 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
260 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
274 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 386 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
    [all...]
TypePrinter.cpp 883 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(
    [all...]

Completed in 5389 milliseconds

1 2