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

1 2

  /external/clang/include/clang/Frontend/
TextDiagnostic.h 78 void emitDiagnosticMessage(SourceLocation Loc,PresumedLoc PLoc,
85 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
98 void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
101 void emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
105 void emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc,
DiagnosticRenderer.h 75 virtual void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc,
82 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
93 virtual void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
95 virtual void emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
98 virtual void emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc,
110 void emitIncludeStack(SourceLocation Loc, PresumedLoc PLoc,
163 void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
166 void emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
170 void emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc,
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 64 PresumedLoc PLoc = SM.getPresumedLoc(L);
CIndexDiagnostic.cpp 115 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc,
133 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
CXSourceLocation.cpp 296 PresumedLoc PreLoc = SM.getPresumedLoc(Loc);
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 136 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D);
159 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
193 SourceLocation(), PresumedLoc(), DiagnosticsEngine::Note, Message,
209 PresumedLoc PLoc,
240 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
283 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
628 PresumedLoc PLoc,
639 PresumedLoc PLoc,
655 PresumedLoc PLoc,
SerializedDiagnosticPrinter.cpp 69 PresumedLoc PLoc,
76 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
199 PresumedLoc PLoc,
227 PresumedLoc PLoc, RecordDataImpl &Record,
234 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(),
357 PresumedLoc PLoc,
611 EmitDiagnosticMessage(SourceLocation(), PresumedLoc(), DiagLevel,
647 PresumedLoc PLoc,
679 PresumedLoc PLoc,
749 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc()
    [all...]
HeaderIncludeGen.cpp 122 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
LogDiagnosticPrinter.cpp 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation());
PrintPreprocessedOutput.cpp 150 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
256 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
773 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
TextDiagnostic.cpp 676 PresumedLoc PLoc,
773 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
876 PresumedLoc PLoc,
885 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
896 PresumedLoc PLoc,
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 355 /// You can get a PresumedLoc from a SourceLocation with SourceManager.
356 class PresumedLoc {
361 PresumedLoc() : Filename(nullptr) {}
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/lib/CodeGen/
SanitizerMetadata.cpp 83 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc);
CGDebugInfo.cpp 136 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
280 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
320 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
333 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
    [all...]
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 310 PresumedLoc PL = SM.getPresumedLoc(loc);
322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
Pragma.cpp 433 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation());
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 253 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /frameworks/compile/slang/
slang.cpp 598 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL);
  /external/clang/lib/AST/
ASTDumper.cpp 579 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
    [all...]
TypePrinter.cpp 944 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(
    [all...]

Completed in 946 milliseconds

1 2