Home
last modified time | relevance | path

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

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