Searched refs:copied_function_decl (Results 1 – 1 of 1) sorted by relevance
855 [this](clang::FunctionDecl *copied_function_decl) { in FindExternalVisibleDecls() argument856 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() local1487 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() local2001 ASTDumper ast_dumper((clang::Decl *)copied_function_decl); in AddOneFunction()2010 copied_function_decl->getNameAsString().c_str(), in AddOneFunction()[all …]