Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1845 clang::FunctionTemplateDecl *copied_function_template = in AddOneFunction() local
1848 if (copied_function_template) { in AddOneFunction()
1857 copied_function_template->getNameAsString(), in AddOneFunction()
1859 ClangUtil::DumpDecl(copied_function_template)); in AddOneFunction()
1862 context.AddNamedDecl(copied_function_template); in AddOneFunction()