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

References

tools/clang/lib/Basic/SourceManager.cpp
 1130   std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL);
 1209   std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc);
 1379   std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc);
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  250       FileID SpellingFile = SM.getDecomposedSpellingLoc(Loc).first;
tools/clang/tools/extra/clangd/SourceCode.cpp
  203   std::tie(FID, Offset) = SM.getDecomposedSpellingLoc(Loc);
tools/clang/tools/libclang/CIndex.cpp
 6663     = CXXUnit->getSourceManager().getDecomposedSpellingLoc(Loc);
 6705     = SourceMgr.getDecomposedSpellingLoc(Range.getBegin());
 6707     = SourceMgr.getDecomposedSpellingLoc(Range.getEnd());
 7446     = SourceMgr.getDecomposedSpellingLoc(RegionOfInterest.getBegin());
 7448     = SourceMgr.getDecomposedSpellingLoc(RegionOfInterest.getEnd());
tools/clang/unittests/Index/IndexTests.cpp
   40     std::tie(FID, Offset) = SM.getDecomposedSpellingLoc(Loc);