Searched refs:TestDecl (Results 1 – 1 of 1) sorted by relevance
930 auto *TestDecl = &findDecl(AST, "foo"); in annotateReferencesInFoo() local931 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()