/external/clang/include/clang/Frontend/ |
D | 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,
|
D | 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,
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 94 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D); in emitDiagnostic() 117 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitDiagnostic() 151 SourceLocation(), PresumedLoc(), DiagnosticsEngine::Note, Message, in emitBasicNote() 167 PresumedLoc PLoc, in emitIncludeStack() 199 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() 242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() 588 PresumedLoc PLoc, in emitIncludeLocation() 599 PresumedLoc PLoc, in emitImportLocation() 615 PresumedLoc PLoc, in emitBuildingModuleLocation()
|
D | SerializedDiagnosticPrinter.cpp | 70 PresumedLoc PLoc, 77 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 200 PresumedLoc PLoc, 228 PresumedLoc PLoc, RecordDataImpl &Record, 235 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(), in AddLocToRecord() 358 PresumedLoc PLoc, in AddLocToRecord() 612 EmitDiagnosticMessage(SourceLocation(), PresumedLoc(), DiagLevel, in HandleDiagnostic() 648 PresumedLoc PLoc, in EmitDiagnosticMessage() 680 PresumedLoc PLoc, in emitDiagnosticMessage() 750 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote()
|
D | TextDiagnostic.cpp | 676 PresumedLoc PLoc, in emitDiagnosticMessage() 773 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 884 PresumedLoc PLoc, in emitIncludeLocation() 893 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, in emitImportLocation() 904 PresumedLoc PLoc, in emitBuildingModuleLocation() 1263 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
|
D | PrintPreprocessedOutput.cpp | 150 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() 256 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() 794 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
|
D | HeaderIncludeGen.cpp | 120 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
|
D | LogDiagnosticPrinter.cpp | 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 356 class PresumedLoc { 361 PresumedLoc() : Filename(nullptr) {} in PresumedLoc() function 362 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc() function
|
D | SourceManager.h | 1322 PresumedLoc getPresumedLoc(SourceLocation Loc,
|
/external/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 54 PresumedLoc PLoc = SM.getPresumedLoc(L); in getInclusions()
|
D | CIndexDiagnostic.cpp | 115 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage() 133 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
|
D | CXSourceLocation.cpp | 292 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation()
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 310 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() 322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange()
|
/external/clang/lib/Basic/ |
D | SourceLocation.cpp | 45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print()
|
D | SourceManager.cpp | 1187 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedColumnNumber() 1397 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedLineNumber() 1456 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc, in getPresumedLoc() 1458 if (Loc.isInvalid()) return PresumedLoc(); in getPresumedLoc() 1466 return PresumedLoc(); in getPresumedLoc() 1482 return PresumedLoc(); in getPresumedLoc() 1485 return PresumedLoc(); in getPresumedLoc() 1517 return PresumedLoc(Filename, LineNo, ColNo, IncludeLoc); in getPresumedLoc()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
|
/external/clang/lib/CodeGen/ |
D | SanitizerMetadata.cpp | 83 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata()
|
D | CGDebugInfo.cpp | 137 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() 319 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() 359 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() 372 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber()
|
/external/v8/tools/clang/plugins/ |
D | ChromeClassTester.cpp | 217 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location); in GetFilename()
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | BlinkGCPluginConsumer.cpp | 654 PresumedLoc ploc = source_manager.getPresumedLoc(loc); in GetLocString() 717 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location); in GetFilename()
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 1577 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() 1585 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1633 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro()
|
D | Pragma.cpp | 433 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 252 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 988 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()
|