Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1834 clang::FunctionTemplateDecl *copied_function_template = in AddOneFunction() local
1837 if (copied_function_template) { in AddOneFunction()
1846 copied_function_template->getNameAsString(), in AddOneFunction()
1848 ClangUtil::DumpDecl(copied_function_template)); in AddOneFunction()
1851 context.AddNamedDecl(copied_function_template); in AddOneFunction()