Searched refs:func_decl (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp78 clang::FunctionDecl *func_decl = FunctionDecl::Create( local
105 func_decl->setParams(ArrayRef<ParmVarDecl *>(parm_var_decls));
124 m_decls.push_back(func_decl);
126 return func_decl;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp337 const Declaration &func_decl = func_type->GetDeclaration(); local
338 if (func_decl.GetLine()) {
344 func_decl.GetFile().GetPath().c_str(), func_decl.GetLine(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1422 clang::FunctionDecl *func_decl, const char *name,
1433 func_tmpl_decl->setLocation(func_decl->getLocation());
1434 func_tmpl_decl->setDeclName(func_decl->getDeclName());
1435 func_tmpl_decl->init(func_decl, template_param_list);
1441 template_param_decls[i]->setDeclContext(func_decl);
1453 FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl,
1456 TemplateArgumentList::CreateCopy(func_decl->getASTContext(), infos.args);
1458 func_decl->setFunctionTemplateSpecialization(func_tmpl_decl,
2001 FunctionDecl *func_decl = nullptr; local
2011 func_decl
1420 CreateFunctionTemplateDecl( clang::DeclContext *decl_ctx, OptionalClangModuleID owning_module, clang::FunctionDecl *func_decl, const char *name, const TemplateParameterInfos &template_param_infos) argument
1452 CreateFunctionTemplateSpecializationInfo( FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl, const TemplateParameterInfos &infos) argument
[all...]
H A DTypeSystemClang.h352 clang::FunctionDecl *func_decl, const char *name,
356 clang::FunctionDecl *func_decl, clang::FunctionTemplateDecl *Template,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1245 clang::FunctionDecl *func_decl = llvm::dyn_cast<clang::FunctionDecl>(&decl); local
1246 if (!func_decl)
1248 unsigned int params = func_decl->getNumParams();

Completed in 171 milliseconds