Home
last modified time | relevance | path

Searched defs:func_decl (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp78 clang::FunctionDecl *func_decl = FunctionDecl::Create( in AddFunDecl() local
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DBlock.cpp348 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1454 clang::FunctionDecl *func_decl, in CreateFunctionTemplateDecl()
1486 FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl, in CreateFunctionTemplateSpecializationInfo()
2177 FunctionDecl *func_decl = nullptr; in CreateFunctionDeclaration() local
9516 if (clang::FunctionDecl *func_decl = in DeclGetFunctionReturnType() local
9527 if (clang::FunctionDecl *func_decl = in DeclGetFunctionNumArguments() local
9539 if (clang::FunctionDecl *func_decl = in DeclGetFunctionArgumentType() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1330 clang::FunctionDecl *func_decl = llvm::dyn_cast<clang::FunctionDecl>(&decl); in skipFunctionParameters() local
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c2766 encode_method_prototype (method_decl, func_decl) in encode_method_prototype() argument
7372 encode_method_def (func_decl) in encode_method_def() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c3447 pure_or_virtual_attribute (func_decl) in pure_or_virtual_attribute() argument
H A Ddwarf2out.c10041 add_pure_or_virtual_attribute (die, func_decl) in add_pure_or_virtual_attribute() argument
/openbsd-src/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()