Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp78 clang::FunctionDecl *func_decl = FunctionDecl::Create( in AddFunDecl() local
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp348 const Declaration &func_decl = func_type->GetDeclaration(); AddRange() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1459 CreateFunctionTemplateDecl(clang::DeclContext * decl_ctx,OptionalClangModuleID owning_module,clang::FunctionDecl * func_decl,const TemplateParameterInfos & template_param_infos) CreateFunctionTemplateDecl() argument
1491 CreateFunctionTemplateSpecializationInfo(FunctionDecl * func_decl,clang::FunctionTemplateDecl * func_tmpl_decl,const TemplateParameterInfos & infos) CreateFunctionTemplateSpecializationInfo() argument
2184 FunctionDecl *func_decl = nullptr; CreateFunctionDeclaration() local
8976 if (clang::FunctionDecl *func_decl = DeclGetFunctionReturnType() local
8987 if (clang::FunctionDecl *func_decl = DeclGetFunctionNumArguments() local
9059 if (clang::FunctionDecl *func_decl = DeclGetFunctionArgumentType() local
[all...]
/freebsd-src/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