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

/freebsd-11-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(),
H A DClangASTContext.cpp1316 clang::DeclContext *decl_ctx, clang::FunctionDecl *func_decl,
1326 ast, decl_ctx, func_decl->getLocation(), func_decl->getDeclName(),
1327 template_param_list, func_decl);
1332 template_param_decls[i]->setDeclContext(func_decl);
1344 FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl,
1347 TemplateArgumentList::CreateCopy(func_decl->getASTContext(), infos.args);
1349 func_decl->setFunctionTemplateSpecialization(func_tmpl_decl,
1870 FunctionDecl *func_decl = nullptr; local
1880 func_decl
1315 CreateFunctionTemplateDecl( clang::DeclContext *decl_ctx, clang::FunctionDecl *func_decl, const char *name, const TemplateParameterInfos &template_param_infos) argument
1343 CreateFunctionTemplateSpecializationInfo( FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl, const TemplateParameterInfos &infos) argument
[all...]
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dcgram.y204 %type <y_sym> func_decl
345 func_decl {
370 func_decl: label
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1916 clang::FunctionDecl *func_decl = FunctionDecl::Create( local
1943 func_decl->setParams(ArrayRef<ParmVarDecl *>(parm_var_decls));
1962 m_decls.push_back(func_decl);
1964 return func_decl;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h277 clang::FunctionDecl *func_decl, const char *name,
281 clang::FunctionDecl *func_decl, clang::FunctionTemplateDecl *Template,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1241 clang::FunctionDecl *func_decl = llvm::dyn_cast<clang::FunctionDecl>(&decl); local
1242 if (!func_decl)
1244 unsigned int params = func_decl->getNumParams();
/freebsd-11-stable/contrib/gcc/
H A Dc-common.h1111 extern void start_block_helper_function (tree func_decl);
H A Dc-decl.c8156 tree func_decl = build_decl (FUNCTION_DECL, ident, type);
8157 DECL_EXTERNAL (func_decl) = 0;
8158 TREE_PUBLIC (func_decl) = 0;
8159 TREE_USED (func_decl) = 1;
8160 TREE_NOTHROW (func_decl) = 0;
8162 BLOCK_SYNTHESIZED_FUNC (func_decl) = 1;
8163 return func_decl;
8126 tree func_decl = build_decl (FUNCTION_DECL, ident, type); local
H A Ddwarf2out.c11017 add_pure_or_virtual_attribute (dw_die_ref die, tree func_decl)
11019 if (DECL_VINDEX (func_decl))
11023 if (host_integerp (DECL_VINDEX (func_decl), 0))
11026 tree_low_cst (DECL_VINDEX (func_decl), 0),
11032 lookup_type_die (DECL_CONTEXT (func_decl)));
11004 add_pure_or_virtual_attribute(dw_die_ref die, tree func_decl) argument
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c20321 tree func_decl = build_decl (FUNCTION_DECL, ident, type);
20322 DECL_EXTERNAL (func_decl) = 0;
20323 TREE_PUBLIC (func_decl) = 0;
20324 TREE_USED (func_decl) = 1;
20325 TREE_NOTHROW (func_decl) = 0;
20327 BLOCK_SYNTHESIZED_FUNC (func_decl) = 1;
20328 retrofit_lang_decl (func_decl);
20331 return func_decl;
20318 tree func_decl = build_decl (FUNCTION_DECL, ident, type); local

Completed in 272 milliseconds