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

Declarations

tools/clang/tools/extra/clangd/index/SymbolCollector.h
   92   static bool shouldCollectSymbol(const NamedDecl &ND, const ASTContext &ASTCtx,

References

tools/clang/tools/extra/clangd/HeaderSourceSwitch.cpp
  132     if (!SymbolCollector::shouldCollectSymbol(*ND, D->getASTContext(), {},
tools/clang/tools/extra/clangd/XRefs.cpp
  598   if (!SymbolCollector::shouldCollectSymbol(ND, ND.getASTContext(),
tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
  310       !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly))
tools/clang/tools/extra/clangd/refactor/Rename.cpp
  104                      SymbolCollector::shouldCollectSymbol(
tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp
  129     return SymbolCollector::shouldCollectSymbol(