Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp322 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange() local
323 if (func_decl.GetLine()) { in AddRange()
328 func_decl.GetFile().GetPath().c_str(), func_decl.GetLine(), in AddRange()
H A DClangASTContext.cpp1594 *ast, decl_ctx, func_decl->getLocation(), func_decl->getDeclName(), in CreateFunctionTemplateDecl()
1595 template_param_list, func_decl); in CreateFunctionTemplateDecl()
2149 FunctionDecl *func_decl = nullptr; in CreateFunctionDeclaration() local
2159 func_decl = FunctionDecl::Create( in CreateFunctionDeclaration()
2164 if (func_decl) in CreateFunctionDeclaration()
2165 decl_ctx->addDecl(func_decl); in CreateFunctionDeclaration()
2168 VerifyDecl(func_decl); in CreateFunctionDeclaration()
2171 return func_decl; in CreateFunctionDeclaration()
9964 if (clang::FunctionDecl *func_decl = in DeclGetFunctionReturnType() local
9975 if (clang::FunctionDecl *func_decl = in DeclGetFunctionNumArguments() local
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp2107 clang::FunctionDecl *func_decl = FunctionDecl::Create( in AddFunDecl() local
2133 func_decl->setParams(ArrayRef<ParmVarDecl *>(parm_var_decls)); in AddFunDecl()
2153 m_decls.push_back(func_decl); in AddFunDecl()
2155 return func_decl; in AddFunDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1235 clang::FunctionDecl *func_decl = llvm::dyn_cast<clang::FunctionDecl>(&decl); in skipFunctionParameters() local
1236 if (!func_decl) in skipFunctionParameters()
1238 unsigned int params = func_decl->getNumParams(); in skipFunctionParameters()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h300 clang::FunctionDecl *func_decl, const char *name,
304 clang::FunctionDecl *func_decl, clang::FunctionTemplateDecl *Template,
/freebsd-12.1/contrib/gcc/
H A Dc-common.h1110 extern void start_block_helper_function (tree func_decl);
H A 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()
H A 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.1/contrib/gcc/cp/
H A 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()