Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DFindTargetTests.cpp930 auto *TestDecl = &findDecl(AST, "foo"); in annotateReferencesInFoo() local
931 if (auto *T = llvm::dyn_cast<FunctionTemplateDecl>(TestDecl)) in annotateReferencesInFoo()
932 TestDecl = T->getTemplatedDecl(); in annotateReferencesInFoo()
935 if (const auto *Func = llvm::dyn_cast<FunctionDecl>(TestDecl)) in annotateReferencesInFoo()
939 else if (const auto *NS = llvm::dyn_cast<NamespaceDecl>(TestDecl)) in annotateReferencesInFoo()