HomeSort by relevance Sort by last modified time
    Searched refs:PresumedLoc (Results 1 - 25 of 29) 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);
472 PresumedLoc PLoc,
483 PresumedLoc PLoc,
496 PresumedLoc PLoc,
SerializedDiagnosticPrinter.cpp 63 PresumedLoc PLoc,
70 virtual 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,
570 PresumedLoc PLoc,
602 PresumedLoc PLoc,
672 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc()
    [all...]
HeaderIncludeGen.cpp 81 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
TextDiagnostic.cpp 681 PresumedLoc PLoc,
770 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc,
876 PresumedLoc PLoc,
885 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
896 PresumedLoc PLoc,
    [all...]
PrintPreprocessedOutput.cpp 162 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
265 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
735 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 273 PresumedLoc PreLoc = SM.getPresumedLoc(Loc);
  /external/chromium_org/ppapi/tests/clang/
print_names_and_sizes.cc 100 clang::PresumedLoc presumed_begin(
102 clang::PresumedLoc presumed_end(source_manager_->getPresumedLoc(end_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());
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 294 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location);
  /frameworks/compile/slang/
slang_rs.cpp 259 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL);
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
Pragma.cpp 428 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation());
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 229 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 111 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
112 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc);
276 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
310 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
324 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 392 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
    [all...]
TypePrinter.cpp 897 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(
    [all...]

Completed in 220 milliseconds

1 2