Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp78 clang::FunctionDecl *func_decl = FunctionDecl::Create( in AddFunDecl() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp343 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1419 clang::FunctionDecl *func_decl, in CreateFunctionTemplateDecl()
1451 FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl, in CreateFunctionTemplateSpecializationInfo()
2155 FunctionDecl *func_decl = nullptr; in CreateFunctionDeclaration() local
9087 if (clang::FunctionDecl *func_decl = in DeclGetFunctionReturnType() local
9098 if (clang::FunctionDecl *func_decl = in DeclGetFunctionNumArguments() local
9168 if (clang::FunctionDecl *func_decl = in DeclGetFunctionArgumentType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1332 clang::FunctionDecl *func_decl = llvm::dyn_cast<clang::FunctionDecl>(&decl); in skipFunctionParameters() local