Home
last modified time | relevance | path

Searched refs:PresumedLoc (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/include/clang/Frontend/
DDiagnosticRenderer.h75 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,
DTextDiagnostic.h78 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/
DDiagnosticRenderer.cpp136 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()
DSerializedDiagnosticPrinter.cpp68 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()
DTextDiagnostic.cpp676 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()
DHeaderIncludeGen.cpp86 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
DPrintPreprocessedOutput.cpp151 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine()
257 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged()
741 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
DLogDiagnosticPrinter.cpp145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
/external/clang/include/clang/Basic/
DSourceLocation.h355 class PresumedLoc {
360 PresumedLoc() : Filename(nullptr) {} in PresumedLoc() function
361 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc() function
DSourceManager.h1285 PresumedLoc getPresumedLoc(SourceLocation Loc,
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp64 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions()
DCIndexDiagnostic.cpp115 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage()
133 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
DCXSourceLocation.cpp296 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation()
/external/clang/lib/Basic/
DSourceLocation.cpp45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print()
DSourceManager.cpp1441 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/
Darcmt-test.cpp307 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation()
319 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange()
/external/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
/external/clang/lib/CodeGen/
DSanitizerMetadata.cpp80 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata()
DCGDebugInfo.cpp124 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()
DCodeGenModule.cpp1172 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit()
1180 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1292 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()
DPragma.cpp428 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
DPPDirectives.cpp1091 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp253 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
/external/clang/lib/AST/
DTypePrinter.cpp939 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()

12