Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A 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()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DBlock.cpp348 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange() local
349 if (func_decl.GetLine()) { in AddRange()
355 func_decl.GetFile().GetPath().c_str(), func_decl.GetLine(), in AddRange()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1454 clang::FunctionDecl *func_decl, in CreateFunctionTemplateDecl() argument
1468 func_tmpl_decl->init(func_decl); in CreateFunctionTemplateDecl()
2177 FunctionDecl *func_decl = nullptr; in CreateFunctionDeclaration() local
2188 func_decl->setDeclContext(decl_ctx); in CreateFunctionDeclaration()
2191 func_decl->setStorageClass(storage); in CreateFunctionDeclaration()
2198 decl_ctx->addDecl(func_decl); in CreateFunctionDeclaration()
2200 VerifyDecl(func_decl); in CreateFunctionDeclaration()
2202 return func_decl; in CreateFunctionDeclaration()
9516 if (clang::FunctionDecl *func_decl = in DeclGetFunctionReturnType() local
9527 if (clang::FunctionDecl *func_decl = in DeclGetFunctionNumArguments() local
[all …]
H A DTypeSystemClang.h354 clang::FunctionDecl *func_decl, const TemplateParameterInfos &infos);
357 clang::FunctionDecl *func_decl, clang::FunctionTemplateDecl *Template,
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1330 clang::FunctionDecl *func_decl = llvm::dyn_cast<clang::FunctionDecl>(&decl); in skipFunctionParameters() local
1331 if (!func_decl) in skipFunctionParameters()
1333 unsigned int params = func_decl->getNumParams(); in skipFunctionParameters()
/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c2766 encode_method_prototype (method_decl, func_decl) in encode_method_prototype() argument
2768 tree func_decl;
2781 encode_type (TREE_TYPE (TREE_TYPE (func_decl)),
2786 for (parms = DECL_ARGUMENTS (func_decl); parms;
2804 for (parms = DECL_ARGUMENTS (func_decl), i = 0; parms;
7372 encode_method_def (func_decl) in encode_method_def() argument
7373 tree func_decl; in encode_method_def()
7382 encode_type (TREE_TYPE (TREE_TYPE (func_decl)),
7387 for (parms = DECL_ARGUMENTS (func_decl); parms;
7403 for (parms = DECL_ARGUMENTS (func_decl); parms;
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c3447 pure_or_virtual_attribute (func_decl) in pure_or_virtual_attribute() argument
3448 tree func_decl; in pure_or_virtual_attribute()
3450 if (DECL_VIRTUAL_P (func_decl))
3453 if (DECL_ABSTRACT_VIRTUAL_P (func_decl))
H A Ddwarf2out.c10041 add_pure_or_virtual_attribute (die, func_decl) in add_pure_or_virtual_attribute() argument
10043 tree func_decl;
10045 if (DECL_VINDEX (func_decl))
10049 if (host_integerp (DECL_VINDEX (func_decl), 0))
10052 tree_low_cst (DECL_VINDEX (func_decl), 0),
10058 lookup_type_die (DECL_CONTEXT (func_decl)));
/openbsd/gnu/gcc/gcc/config/mt/
H A Dmt.c1468 mt_function_value (tree valtype, enum machine_mode mode, tree func_decl ATTRIBUTE_UNUSED) in mt_function_value()
/openbsd/gnu/gcc/gcc/
H A Ddwarf2out.c10916 add_pure_or_virtual_attribute (dw_die_ref die, tree func_decl) in add_pure_or_virtual_attribute() argument
10918 if (DECL_VINDEX (func_decl)) in add_pure_or_virtual_attribute()
10922 if (host_integerp (DECL_VINDEX (func_decl), 0)) in add_pure_or_virtual_attribute()
10925 tree_low_cst (DECL_VINDEX (func_decl), 0), in add_pure_or_virtual_attribute()
10931 lookup_type_die (DECL_CONTEXT (func_decl))); in add_pure_or_virtual_attribute()