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

References

tools/clang/lib/AST/ASTImporter.cpp
 8399   return ToSM.getComposedLoc(*ToFileIDOrErr, Decomposed.second);
tools/clang/lib/CrossTU/CrossTranslationUnit.cpp
  582       Unit->getSourceManager().getComposedLoc(FromID, DecToLoc.second);
tools/clang/lib/Serialization/ASTWriter.cpp
 3162     SourceLocation Loc = Diag.SourceMgr->getComposedLoc(FileIDAndFile.first, 0);
tools/clang/tools/extra/clangd/Selection.cpp
  266             SM.getComposedLoc(SelFile, SelBegin), SM, LangOpts))),
  407            SourceRange(SM.getComposedLoc(B.first, B.second),
  408                        SM.getComposedLoc(E.first, E.second))
  494        SourceRange(SM.getComposedLoc(FID, Begin), SM.getComposedLoc(FID, End))
  494        SourceRange(SM.getComposedLoc(FID, Begin), SM.getComposedLoc(FID, End))
tools/clang/tools/extra/clangd/SourceCode.cpp
  304   SourceLocation InputLoc = SM.getComposedLoc(FID, *Offset);
  307   SourceLocation Before = SM.getComposedLoc(FID, *Offset - 1);
  398       return SM.getComposedLoc(IncludingFile, Offset);
tools/clang/tools/extra/clangd/refactor/Tweak.cpp
   55   Cursor = SM.getComposedLoc(SM.getMainFileID(), RangeBegin);
tools/clang/tools/libclang/CIndex.cpp
 6794   SourceLocation End = SM.getComposedLoc(DecomposedEnd.first, DecomposedEnd.second);