Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1341 if (const auto *FuncTmpl = dyn_cast<FunctionTemplateDecl>(ND)) { in canFunctionBeCalled() local
1342 ND = FuncTmpl->getTemplatedDecl(); in canFunctionBeCalled()