reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/SourceManager.h
 1445   PresumedLoc getPresumedLoc(SourceLocation Loc,

References

tools/clang/include/clang/Basic/JsonSupport.h
   91     PresumedLoc PLoc = SM.getPresumedLoc(Loc);
tools/clang/include/clang/Basic/SourceManager.h
 1475     StringRef Filename(getPresumedLoc(Loc).getFilename());
 1481     StringRef Filename(getPresumedLoc(Loc).getFilename());
 1487     StringRef Filename(getPresumedLoc(Loc).getFilename());
tools/clang/lib/AST/Expr.cpp
 2187   PresumedLoc PLoc = Ctx.getSourceManager().getPresumedLoc(
tools/clang/lib/AST/JSONNodeDumper.cpp
  192     writeIncludeStack(SM.getPresumedLoc(Loc.getIncludeLoc()));
  202   PresumedLoc Presumed = SM.getPresumedLoc(Loc);
  227     writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()),
tools/clang/lib/AST/TextNodeDumper.cpp
  350   PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc);
tools/clang/lib/AST/TypePrinter.cpp
 1187       PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(
tools/clang/lib/Basic/SourceLocation.cpp
   50     PresumedLoc PLoc = SM.getPresumedLoc(*this);
   91     PresumedLoc PLoc = SM.getPresumedLoc(Loc);
  164   return SrcMgr->getPresumedLoc(*this, UseLineDirectives);
tools/clang/lib/Basic/SourceManager.cpp
 1222   PresumedLoc PLoc = getPresumedLoc(Loc);
 1390   PresumedLoc PLoc = getPresumedLoc(Loc);
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  183   PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
  412   PresumedLoc PLoc = SM.getPresumedLoc(Loc);
  490   PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
  503   PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
tools/clang/lib/CodeGen/CGExpr.cpp
 2876   PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1670     PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc);
 2656   PresumedLoc PLoc = SM.getPresumedLoc(Loc);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 2191   PresumedLoc PLoc = SM.getPresumedLoc(Loc);
 2199   PresumedLoc PLoc = SM.getPresumedLoc(L);
tools/clang/lib/CodeGen/SanitizerMetadata.cpp
   91   PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc);
tools/clang/lib/Frontend/FrontendActions.cpp
  455         TheSema.getSourceManager().getPresumedLoc(Inst.Entity->getLocation());
  462         TheSema.getSourceManager().getPresumedLoc(Inst.PointOfInstantiation);
tools/clang/lib/Frontend/HeaderIncludeGen.cpp
  134   PresumedLoc UserLoc = SM.getPresumedLoc(Loc);
tools/clang/lib/Frontend/LogDiagnosticPrinter.cpp
  144     PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation());
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  157     PresumedLoc PLoc = SM.getPresumedLoc(Loc);
  267   PresumedLoc UserLoc = SourceMgr.getPresumedLoc(Loc);
  920     PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 1621     PresumedLoc PLoc = SM->getPresumedLoc(Loc);
 3053     PresumedLoc PLoc = SM->getPresumedLoc(Location);
tools/clang/lib/Frontend/TextDiagnostic.cpp
 1350     PresumedLoc PLoc = SM.getPresumedLoc(BLoc);
tools/clang/lib/Index/FileIndexRecord.cpp
   49     PresumedLoc PLoc = SM.getPresumedLoc(Loc);
tools/clang/lib/Lex/PPDirectives.cpp
 1251     PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation());
tools/clang/lib/Lex/PPMacroExpansion.cpp
 1481     PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc);
 1490     PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
 1497         PLoc = SourceMgr.getPresumedLoc(NextLoc);
 1550     PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation());
 1552       PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
 1554         PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc());
tools/clang/lib/Lex/Pragma.cpp
  469   PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation());
tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
   92   PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  307     PresumedLoc Loc = SM.getPresumedLoc(D->getLocation());
  699     PresumedLoc Loc = Ctx->getSourceManager().getPresumedLoc(D->getLocation());
tools/clang/tools/arcmt-test/arcmt-test.cpp
  310   PresumedLoc PL = SM.getPresumedLoc(loc);
  322   PresumedLoc PL = SM.getPresumedLoc(range.getBegin());
  330   PL = SM.getPresumedLoc(end);
tools/clang/tools/clang-format/ClangFormat.cpp
  320       PresumedLoc PLoc = Sources.getPresumedLoc(
tools/clang/tools/extra/clang-doc/Mapper.cpp
   89   return Context.getSourceManager().getPresumedLoc(D->getBeginLoc()).getLine();
   97                                   .getPresumedLoc(D->getBeginLoc())
tools/clang/tools/extra/clang-tidy/utils/HeaderFileExtensionsUtils.cpp
   28   PresumedLoc PresumedLocation = SM.getPresumedLoc(Loc);
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
  291   clang::PresumedLoc PLoc = PP.getSourceManager().getPresumedLoc(Loc);
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
   30     PresumedLoc PLoc = PP.getSourceManager().getPresumedLoc(Loc);
tools/clang/tools/libclang/CIndexInclusionStack.cpp
   51       PresumedLoc PLoc = SM.getPresumedLoc(L);
tools/clang/tools/libclang/CXSourceLocation.cpp
  282   PresumedLoc PreLoc = SM.getPresumedLoc(Loc);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  124         m_source_mgr.getPresumedLoc(import_location).getFilename();