/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, 161 void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc, 164 void emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, 168 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 | 136 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D); in emitDiagnostic() 159 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitDiagnostic() 195 SourceLocation(), PresumedLoc(), DiagnosticsEngine::Note, Message, in emitBasicNote() 211 PresumedLoc PLoc, in emitIncludeStack() 242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() 285 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() 478 PresumedLoc PLoc, in emitIncludeLocation() 489 PresumedLoc PLoc, in emitImportLocation() 502 PresumedLoc PLoc, in emitBuildingModuleLocation()
|
D | SerializedDiagnosticPrinter.cpp | 63 PresumedLoc PLoc, 70 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 135 PresumedLoc PLoc, 161 PresumedLoc PLoc, RecordDataImpl &Record, 168 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(), in AddLocToRecord() 284 PresumedLoc PLoc, in AddLocToRecord() 548 EmitDiagnosticMessage(SourceLocation(), PresumedLoc(), DiagLevel, in HandleDiagnostic() 584 PresumedLoc PLoc, in EmitDiagnosticMessage() 616 PresumedLoc PLoc, in emitDiagnosticMessage() 686 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote()
|
D | TextDiagnostic.cpp | 675 PresumedLoc PLoc, in emitDiagnosticMessage() 772 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 874 PresumedLoc PLoc, in emitIncludeLocation() 883 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, in emitImportLocation() 894 PresumedLoc PLoc, in emitBuildingModuleLocation() 1244 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
|
D | HeaderIncludeGen.cpp | 84 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
|
D | PrintPreprocessedOutput.cpp | 154 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() 260 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() 742 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
|
D | LogDiagnosticPrinter.cpp | 141 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 | 1289 PresumedLoc getPresumedLoc(SourceLocation Loc,
|
/external/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 64 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions()
|
D | CIndexDiagnostic.cpp | 116 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage() 134 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
|
D | CXSourceLocation.cpp | 296 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation()
|
/external/clang/lib/Basic/ |
D | SourceLocation.cpp | 45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print()
|
D | SourceManager.cpp | 1450 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc, in getPresumedLoc() 1452 if (Loc.isInvalid()) return PresumedLoc(); in getPresumedLoc() 1460 return PresumedLoc(); in getPresumedLoc() 1476 return PresumedLoc(); in getPresumedLoc() 1479 return PresumedLoc(); in getPresumedLoc() 1511 return PresumedLoc(Filename, LineNo, ColNo, IncludeLoc); in getPresumedLoc()
|
/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/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 106 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in EmitOpenMPUpdateLocation()
|
D | CGDebugInfo.cpp | 116 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() 251 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() 285 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() 299 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber()
|
D | CodeGenModule.cpp | 1110 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() 1118 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() 1976 PresumedLoc PLoc = Context.getSourceManager().getPresumedLoc(Loc); in reportGlobalToASan()
|
/external/chromium_org/tools/clang/plugins/ |
D | ChromeClassTester.cpp | 308 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location); in GetFilename()
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 1265 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() 1273 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1321 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro()
|
D | Pragma.cpp | 430 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 248 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
|
/external/chromium_org/tools/clang/blink_gc_plugin/ |
D | BlinkGCPlugin.cpp | 1059 PresumedLoc ploc = source_manager.getPresumedLoc(loc); in GetLocString() 1117 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location); in GetFilename()
|