Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.cpp78 clang::FunctionDecl *func_decl = FunctionDecl::Create( in AddFunDecl() local
106 func_decl->setParams(ArrayRef<ParmVarDecl *>(parm_var_decls)); in AddFunDecl()
125 m_decls.push_back(func_decl); in AddFunDecl()
127 return func_decl; in AddFunDecl()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DBlock.cpp337 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange() local
338 if (func_decl.GetLine()) { in AddRange()
344 func_decl.GetFile().GetPath().c_str(), func_decl.GetLine(), in AddRange()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1428 clang::FunctionDecl *func_decl, in CreateFunctionTemplateDecl() argument
1439 func_tmpl_decl->setLocation(func_decl->getLocation()); in CreateFunctionTemplateDecl()
1440 func_tmpl_decl->setDeclName(func_decl->getDeclName()); in CreateFunctionTemplateDecl()
1441 func_tmpl_decl->init(func_decl, template_param_list); in CreateFunctionTemplateDecl()
1447 template_param_decls[i]->setDeclContext(func_decl); in CreateFunctionTemplateDecl()
1459 FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl, in CreateFunctionTemplateSpecializationInfo() argument
1462 TemplateArgumentList::CreateCopy(func_decl->getASTContext(), infos.args); in CreateFunctionTemplateSpecializationInfo()
1464 func_decl->setFunctionTemplateSpecialization(func_tmpl_decl, in CreateFunctionTemplateSpecializationInfo()
2137 FunctionDecl *func_decl = nullptr; in CreateFunctionDeclaration() local
2147 func_decl = FunctionDecl::CreateDeserialized(ast, 0); in CreateFunctionDeclaration()
[all …]
DTypeSystemClang.h342 clang::FunctionDecl *func_decl, const TemplateParameterInfos &infos);
345 clang::FunctionDecl *func_decl, clang::FunctionTemplateDecl *Template,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp1244 clang::FunctionDecl *func_decl = llvm::dyn_cast<clang::FunctionDecl>(&decl); in skipFunctionParameters() local
1245 if (!func_decl) in skipFunctionParameters()
1247 unsigned int params = func_decl->getNumParams(); in skipFunctionParameters()
/freebsd-12-stable/contrib/gcc/
Dc-common.h1110 extern void start_block_helper_function (tree func_decl);
Dc-decl.c8126 tree func_decl = build_decl (FUNCTION_DECL, ident, type); in build_helper_func_decl() local
8127 DECL_EXTERNAL (func_decl) = 0; in build_helper_func_decl()
8128 TREE_PUBLIC (func_decl) = 0; in build_helper_func_decl()
8129 TREE_USED (func_decl) = 1; in build_helper_func_decl()
8130 TREE_NOTHROW (func_decl) = 0; in build_helper_func_decl()
8132 BLOCK_SYNTHESIZED_FUNC (func_decl) = 1; in build_helper_func_decl()
8133 return func_decl; in build_helper_func_decl()
Ddwarf2out.c11004 add_pure_or_virtual_attribute (dw_die_ref die, tree func_decl) in add_pure_or_virtual_attribute() argument
11006 if (DECL_VINDEX (func_decl)) in add_pure_or_virtual_attribute()
11010 if (host_integerp (DECL_VINDEX (func_decl), 0)) in add_pure_or_virtual_attribute()
11013 tree_low_cst (DECL_VINDEX (func_decl), 0), in add_pure_or_virtual_attribute()
11019 lookup_type_die (DECL_CONTEXT (func_decl))); in add_pure_or_virtual_attribute()
/freebsd-12-stable/contrib/gcc/cp/
Dparser.c20318 tree func_decl = build_decl (FUNCTION_DECL, ident, type); in build_helper_func_decl() local
20319 DECL_EXTERNAL (func_decl) = 0; in build_helper_func_decl()
20320 TREE_PUBLIC (func_decl) = 0; in build_helper_func_decl()
20321 TREE_USED (func_decl) = 1; in build_helper_func_decl()
20322 TREE_NOTHROW (func_decl) = 0; in build_helper_func_decl()
20324 BLOCK_SYNTHESIZED_FUNC (func_decl) = 1; in build_helper_func_decl()
20325 retrofit_lang_decl (func_decl); in build_helper_func_decl()
20328 return func_decl; in build_helper_func_decl()