Home
last modified time | relevance | path

Searched refs:PresumedLoc (Results 1 – 25 of 31) 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,
163 void emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc,
166 void emitImportLocation(SourceLocation Loc, PresumedLoc PLoc,
170 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.cpp94 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()
DSerializedDiagnosticPrinter.cpp70 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()
DTextDiagnostic.cpp676 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()
DPrintPreprocessedOutput.cpp150 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine()
256 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged()
794 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
DHeaderIncludeGen.cpp120 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
DLogDiagnosticPrinter.cpp145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic()
/external/clang/include/clang/Basic/
DSourceLocation.h356 class PresumedLoc {
361 PresumedLoc() : Filename(nullptr) {} in PresumedLoc() function
362 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc() function
DSourceManager.h1322 PresumedLoc getPresumedLoc(SourceLocation Loc,
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp54 PresumedLoc PLoc = SM.getPresumedLoc(L); in getInclusions()
DCIndexDiagnostic.cpp115 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage()
133 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
DCXSourceLocation.cpp292 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp310 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation()
322 PresumedLoc PL = SM.getPresumedLoc(range.getBegin()); in printSourceRange()
/external/clang/lib/Basic/
DSourceLocation.cpp45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print()
DSourceManager.cpp1187 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/
DAnalyzerStatsChecker.cpp93 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in checkEndAnalysis()
/external/clang/lib/CodeGen/
DSanitizerMetadata.cpp83 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata()
DCGDebugInfo.cpp137 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/
DChromeClassTester.cpp217 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location); in GetFilename()
/external/v8/tools/clang/blink_gc_plugin/
DBlinkGCPluginConsumer.cpp654 PresumedLoc ploc = source_manager.getPresumedLoc(loc); in GetLocString()
717 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location); in GetFilename()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1577 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()
DPragma.cpp433 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp252 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
/external/clang/lib/AST/
DTypePrinter.cpp988 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag()

12