Home
last modified time | relevance | path

Searched defs:PLoc (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm-project/clang/lib/Frontend/
DDiagnosticRenderer.cpp120 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitDiagnostic() local
165 void DiagnosticRenderer::emitIncludeStack(FullSourceLoc Loc, PresumedLoc PLoc, in emitIncludeStack()
196 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() local
237 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() local
593 PresumedLoc PLoc) { in emitIncludeLocation()
603 PresumedLoc PLoc, in emitImportLocation()
617 PresumedLoc PLoc, in emitBuildingModuleLocation()
DTextDiagnostic.cpp674 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
805 void TextDiagnostic::emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
909 void TextDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation()
917 void TextDiagnostic::emitImportLocation(FullSourceLoc Loc, PresumedLoc PLoc, in emitImportLocation()
927 PresumedLoc PLoc, in emitBuildingModuleLocation()
1352 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits() local
DSerializedDiagnosticPrinter.cpp73 void emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
346 void SDiagsWriter::AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc, in AddLocToRecord()
642 void SDiagsWriter::EmitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc, in EmitDiagnosticMessage()
672 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
737 PresumedLoc PLoc = Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(); in emitNote() local
DLogDiagnosticPrinter.cpp145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
DPrintPreprocessedOutput.cpp157 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local
920 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput() local
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp117 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitDiagnostic() local
167 PresumedLoc PLoc, in emitIncludeStack()
199 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() local
242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() local
588 PresumedLoc PLoc, in emitIncludeLocation()
599 PresumedLoc PLoc, in emitImportLocation()
615 PresumedLoc PLoc, in emitBuildingModuleLocation()
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() local
DSerializedDiagnosticPrinter.cpp77 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
358 PresumedLoc PLoc, in AddLocToRecord()
648 PresumedLoc PLoc, in EmitDiagnosticMessage()
680 PresumedLoc PLoc, in emitDiagnosticMessage()
750 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote() local
DLogDiagnosticPrinter.cpp145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
DPrintPreprocessedOutput.cpp150 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local
794 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput() local
/external/llvm-project/clang/lib/Basic/
DSourceLocation.cpp61 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() local
102 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in PrintDifference() local
DSourceManager.cpp1243 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedColumnNumber() local
1402 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedLineNumber() local
/external/llvm-project/clang/lib/Index/
DFileIndexRecord.cpp50 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in print() local
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.cpp51 void emitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticMessage()
78 void emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
110 void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) override {} in emitIncludeLocation()
112 void emitImportLocation(FullSourceLoc Loc, PresumedLoc PLoc, in emitImportLocation()
115 void emitBuildingModuleLocation(FullSourceLoc Loc, PresumedLoc PLoc, in emitBuildingModuleLocation()
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp54 PresumedLoc PLoc = SM.getPresumedLoc(L); in getInclusions() local
DCIndexDiagnostic.cpp115 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage()
133 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
/external/llvm-project/clang/tools/libclang/
DCIndexInclusionStack.cpp50 PresumedLoc PLoc = SM.getPresumedLoc(L); in getInclusions() local
DCIndexDiagnostic.cpp110 void emitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticMessage()
126 void emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
/external/clang/lib/CodeGen/
DSanitizerMetadata.cpp83 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata() local
/external/clang/lib/Basic/
DSourceLocation.cpp45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() local
DSourceManager.cpp1187 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedColumnNumber() local
1397 PresumedLoc PLoc = getPresumedLoc(Loc); in getPresumedLineNumber() local
/external/llvm-project/clang/lib/CodeGen/
DSanitizerMetadata.cpp93 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata() local
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1577 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() local
1585 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
1633 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
/external/llvm-project/clang/lib/Lex/
DPPMacroExpansion.cpp1504 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() local
1513 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
1574 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.cpp31 PresumedLoc PLoc = PP.getSourceManager().getPresumedLoc(Loc); in getSourceLocationString() local

12