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

References

tools/clang/tools/extra/clangd/XRefs.cpp
 1041       spellingLocIfSpelled(findName(&ND), Ctx.getSourceManager());
 1046   SourceLocation BeginLoc = SM.getSpellingLoc(SM.getFileLoc(ND.getBeginLoc()));
 1047   SourceLocation EndLoc = SM.getSpellingLoc(SM.getFileLoc(ND.getEndLoc()));
 1055   index::SymbolInfo SymInfo = index::getSymbolInfo(&ND);
 1061   THI.name = printName(Ctx, ND);
 1063   THI.deprecated = ND.isDeprecated();