HomeSort by relevance Sort by last modified time
    Searched refs:PresumedLoc (Results 1 - 25 of 31) 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,
161 void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
164 void emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
168 void emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc,
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 64 PresumedLoc PLoc = SM.getPresumedLoc(L);
CIndexDiagnostic.cpp 116 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc,
134 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);
195 SourceLocation(), PresumedLoc(), DiagnosticsEngine::Note, Message,
211 PresumedLoc PLoc,
242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
285 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc);
478 PresumedLoc PLoc,
489 PresumedLoc PLoc,
502 PresumedLoc PLoc,
SerializedDiagnosticPrinter.cpp 63 PresumedLoc PLoc,
70 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
135 PresumedLoc PLoc,
161 PresumedLoc PLoc, RecordDataImpl &Record,
168 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(),
284 PresumedLoc PLoc,
548 EmitDiagnosticMessage(SourceLocation(), PresumedLoc(), DiagLevel,
584 PresumedLoc PLoc,
616 PresumedLoc PLoc,
686 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc()
    [all...]
HeaderIncludeGen.cpp 84 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
LogDiagnosticPrinter.cpp 141 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation());
PrintPreprocessedOutput.cpp 154 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
260 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
742 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
TextDiagnostic.cpp 675 PresumedLoc PLoc,
772 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
874 PresumedLoc PLoc,
883 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
894 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/tools/arcmt-test/
arcmt-test.cpp 310 PresumedLoc PL = SM.getPresumedLoc(loc);
322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 302 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location);
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 106 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc);
CGDebugInfo.cpp 116 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
251 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
285 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
299 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
    [all...]
  /frameworks/compile/slang/
slang_rs.cpp 258 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL);
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 248 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 456 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
    [all...]

Completed in 339 milliseconds

1 2