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

References

tools/clang/tools/extra/clangd/XRefs.cpp
 1046   SourceLocation BeginLoc = SM.getSpellingLoc(SM.getFileLoc(ND.getBeginLoc()));
 1046   SourceLocation BeginLoc = SM.getSpellingLoc(SM.getFileLoc(ND.getBeginLoc()));
 1047   SourceLocation EndLoc = SM.getSpellingLoc(SM.getFileLoc(ND.getEndLoc()));
 1047   SourceLocation EndLoc = SM.getSpellingLoc(SM.getFileLoc(ND.getEndLoc()));
 1051   Position NameBegin = sourceLocToPosition(SM, NameLoc);
 1053       SM, Lexer::getLocForEndOfToken(NameLoc, 0, SM, Ctx.getLangOpts()));
 1053       SM, Lexer::getLocForEndOfToken(NameLoc, 0, SM, Ctx.getLangOpts()));
 1065       Range{sourceLocToPosition(SM, BeginLoc), sourceLocToPosition(SM, EndLoc)};
 1065       Range{sourceLocToPosition(SM, BeginLoc), sourceLocToPosition(SM, EndLoc)};
 1074       getCanonicalPath(SM.getFileEntryForID(SM.getFileID(BeginLoc)), SM);
 1074       getCanonicalPath(SM.getFileEntryForID(SM.getFileID(BeginLoc)), SM);
 1074       getCanonicalPath(SM.getFileEntryForID(SM.getFileID(BeginLoc)), SM);
 1075   auto TUPath = getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM);
 1075   auto TUPath = getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM);
 1075   auto TUPath = getCanonicalPath(SM.getFileEntryForID(SM.getMainFileID()), SM);