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

References

tools/clang/lib/Basic/SourceManager.cpp
  314   std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
 1216   std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
 1385   std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
 1406   std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
 1453   std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
 1528   std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
tools/clang/lib/Frontend/TextDiagnostic.cpp
 1084         = SM.getDecomposedExpansionLoc(I->RemoveRange.getBegin());
tools/clang/lib/Lex/MacroInfo.cpp
   55       startInfo = SM.getDecomposedExpansionLoc(macroStart);
   57       endInfo = SM.getDecomposedExpansionLoc(macroEnd);
tools/clang/lib/Lex/PPDirectives.cpp
 1250       SM.getDecomposedExpansionLoc(FlagTok.getLocation()).first;
 1259         SM.getDecomposedExpansionLoc(IncLoc).first != CurFileID) {
tools/clang/lib/Parse/ParseStmtAsm.cpp
  419         SrcMgr.getDecomposedExpansionLoc(EndLoc);
  447             SrcMgr.getDecomposedExpansionLoc(TokLoc);
  455           SrcMgr.getDecomposedExpansionLoc(TokLoc);
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  748   std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos);
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  543   FileID FID = Sources.getDecomposedExpansionLoc(Location).first;
tools/clang/tools/extra/clangd/SourceCode.cpp
  387       SM.getDecomposedExpansionLoc(SM.getIncludeLoc(IncludedFile));
  993   std::pair<FileID, unsigned int> DecLoc = SM.getDecomposedExpansionLoc(Loc);
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
  454           PP->getSourceManager().getDecomposedExpansionLoc(Loc).first;
tools/clang/tools/libclang/CIndex.cpp
  328     std::tie(File, Offset) = SM.getDecomposedExpansionLoc(Outer);
tools/clang/unittests/Lex/LexerTest.cpp
  469           SourceMgr.getDecomposedExpansionLoc(