Searched refs:getPresumedLoc (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp50 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp50 PresumedLoc PLoc = SM.getPresumedLoc(*this);
91 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
160 PresumedLoc FullSourceLoc::getPresumedLoc(bool UseLineDirectives) const { function in class:FullSourceLoc
164 return SrcMgr->getPresumedLoc(*this, UseLineDirectives);
H A DSourceManager.cpp1303 PresumedLoc PLoc = getPresumedLoc(Loc);
1466 PresumedLoc PLoc = getPresumedLoc(Loc);
1508 /// Note that this name does not respect \#line directives. Use getPresumedLoc
1517 /// getPresumedLoc - This method returns the "presumed" location of a
1524 PresumedLoc SourceManager::getPresumedLoc(SourceLocation Loc, function in class:SourceManager
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DJsonSupport.h91 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
H A DSourceLocation.h388 PresumedLoc getPresumedLoc(bool UseLineDirectives = true) const;
H A DSourceManager.h1385 /// getPresumedLoc for normal clients.
1413 PresumedLoc getPresumedLoc(SourceLocation Loc,
1443 StringRef Filename(getPresumedLoc(Loc).getFilename());
1449 StringRef Filename(getPresumedLoc(Loc).getFilename());
1455 StringRef Filename(getPresumedLoc(Loc).getFilename());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp93 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc);
H A DCGDebugInfo.cpp184 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
412 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
494 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
507 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp120 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);
196 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);
237 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc);
252 emitBuildingModuleLocation(I.second, I.second.getPresumedLoc(
H A DHeaderIncludeGen.cpp134 PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
H A DLogDiagnosticPrinter.cpp145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation());
H A DPrintPreprocessedOutput.cpp157 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
267 PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
920 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
H A DFrontendActions.cpp471 TheSema.getSourceManager().getPresumedLoc(Inst.Entity->getLocation());
478 TheSema.getSourceManager().getPresumedLoc(Inst.PointOfInstantiation);
H A DSerializedDiagnosticPrinter.cpp222 AddLocToRecord(Loc, Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(),
737 PresumedLoc PLoc = Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc();
H A DTextDiagnostic.cpp1349 PresumedLoc PLoc = SM.getPresumedLoc(BLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp92 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1504 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc);
1513 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
1520 PLoc = SourceMgr.getPresumedLoc(NextLoc);
1574 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
1576 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
1578 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
H A DPragma.cpp475 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation());
H A DPPDirectives.cpp1251 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp184 PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
582 PresumedLoc Loc = Ctx->getSourceManager().getPresumedLoc(D->getLocation());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp202 writeIncludeStack(SM.getPresumedLoc(Loc.getIncludeLoc()));
212 PresumedLoc Presumed = SM.getPresumedLoc(Loc);
244 writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()),
H A DTextNodeDumper.cpp584 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
H A DTypePrinter.cpp1254 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(
H A DItaniumMangle.cpp1797 PresumedLoc PLoc = SM.getPresumedLoc(Loc);
1807 PLoc = SM.getPresumedLoc(SM.getSpellingLoc(SLToPrint));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp126 m_source_mgr.getPresumedLoc(import_location).getFilename();

Completed in 361 milliseconds

12