Home
last modified time | relevance | path

Searched refs:allTargetDecls (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.h91 allTargetDecls(const DynTypedNode &, const HeuristicResolver *);
H A DFindTarget.cpp529 allTargetDecls(const DynTypedNode &N, const HeuristicResolver *Resolver) { in allTargetDecls() function
560 for (const auto &Entry : allTargetDecls(N, Resolver)) { in targetDecl()
573 auto Decls = allTargetDecls(N, Resolver); in explicitReferenceTargets()
H A DXRefs.cpp185 llvm::copy_if(allTargetDecls(N->ASTNode, AST.getHeuristicResolver()), in getDeclAtPositionWithRelations()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFindTargetTests.cpp90 allTargetDecls(N->ASTNode, AST.getHeuristicResolver())) in assertNodeAndPrintDecls()