Home
last modified time | relevance | path

Searched refs:PresumedLoc (Results 1 – 25 of 30) 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.cpp63 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()
DTextDiagnostic.cpp675 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()
DHeaderIncludeGen.cpp84 PresumedLoc UserLoc = SM.getPresumedLoc(Loc); in FileChanged()
DPrintPreprocessedOutput.cpp154 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine()
260 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc); in FileChanged()
742 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput()
DLogDiagnosticPrinter.cpp141 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.h1289 PresumedLoc getPresumedLoc(SourceLocation Loc,
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp64 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions()
DCIndexDiagnostic.cpp116 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage()
134 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.cpp1450 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/
Darcmt-test.cpp310 PresumedLoc PL = SM.getPresumedLoc(loc); in printSourceLocation()
322 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/
DCGOpenMPRuntime.cpp106 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in EmitOpenMPUpdateLocation()
DCGDebugInfo.cpp116 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()
DCodeGenModule.cpp1110 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/
DChromeClassTester.cpp308 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location); in GetFilename()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1265 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()
DPragma.cpp430 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp248 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation()); in DisplayFunction()
/external/chromium_org/tools/clang/blink_gc_plugin/
DBlinkGCPlugin.cpp1059 PresumedLoc ploc = source_manager.getPresumedLoc(loc); in GetLocString()
1117 PresumedLoc ploc = source_manager.getPresumedLoc(spelling_location); in GetFilename()

12