/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 | 68 PresumedLoc PLoc, 75 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 198 PresumedLoc PLoc, 226 PresumedLoc PLoc, RecordDataImpl &Record, 233 AddLocToRecord(Loc, SM, SM ? SM->getPresumedLoc(Loc) : PresumedLoc(), in AddLocToRecord() 356 PresumedLoc PLoc, in AddLocToRecord() 622 EmitDiagnosticMessage(SourceLocation(), PresumedLoc(), DiagLevel, in HandleDiagnostic() 658 PresumedLoc PLoc, in EmitDiagnosticMessage() 690 PresumedLoc PLoc, in emitDiagnosticMessage() 760 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() 876 PresumedLoc PLoc, in emitIncludeLocation() 885 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, in emitImportLocation() 896 PresumedLoc PLoc, in emitBuildingModuleLocation() 1247 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits()
|
D | HeaderIncludeGen.cpp | 86 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
|
D | PrintPreprocessedOutput.cpp | 151 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() 257 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged() 741 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
|
D | LogDiagnosticPrinter.cpp | 145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 355 class PresumedLoc { 360 PresumedLoc() : Filename(nullptr) {} in PresumedLoc() function 361 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc() function
|
D | SourceManager.h | 1285 PresumedLoc getPresumedLoc(SourceLocation Loc,
|
/external/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 64 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_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 | 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 | 1441 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc, in getPresumedLoc() 1443 if (Loc.isInvalid()) return PresumedLoc(); in getPresumedLoc() 1451 return PresumedLoc(); in getPresumedLoc() 1467 return PresumedLoc(); in getPresumedLoc() 1470 return PresumedLoc(); in getPresumedLoc() 1502 return PresumedLoc(Filename, LineNo, ColNo, IncludeLoc); in getPresumedLoc()
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 307 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation() 319 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 | SanitizerMetadata.cpp | 80 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata()
|
D | CGDebugInfo.cpp | 124 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() 256 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() 289 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() 303 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber()
|
D | CodeGenModule.cpp | 1172 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() 1180 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo()
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 1292 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() 1300 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() 1348 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro()
|
D | Pragma.cpp | 428 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
|
D | PPDirectives.cpp | 1091 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 253 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 939 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()
|