Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1976 clang::FunctionTemplateDecl *copied_function_template = in AddOneFunction() local
1979 if (copied_function_template) { in AddOneFunction()
1981 ASTDumper ast_dumper((clang::Decl *)copied_function_template); in AddOneFunction()
1990 copied_function_template->getNameAsString().c_str(), in AddOneFunction()
1994 context.AddNamedDecl(copied_function_template); in AddOneFunction()