Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp855 [this](clang::FunctionDecl *copied_function_decl) { in FindExternalVisibleDecls() argument
856 if (copied_function_decl->getBody() && m_parser_vars->m_code_gen) { in FindExternalVisibleDecls()
857 DeclGroupRef decl_group_ref(copied_function_decl); in FindExternalVisibleDecls()
1483 clang::FunctionDecl *copied_function_decl = in FindExternalVisibleDecls() local
1487 if (!copied_function_decl) { in FindExternalVisibleDecls()
1496 MaybeRegisterFunctionBody(copied_function_decl); in FindExternalVisibleDecls()
1498 context.AddNamedDecl(copied_function_decl); in FindExternalVisibleDecls()
1997 if (clang::FunctionDecl *copied_function_decl = in AddOneFunction() local
2001 ASTDumper ast_dumper((clang::Decl *)copied_function_decl); in AddOneFunction()
2010 copied_function_decl->getNameAsString().c_str(), in AddOneFunction()
[all …]