Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp78 clang::FunctionDecl *func_decl = FunctionDecl::Create( in AddFunDecl() local
/llvm-project/lldb/source/Symbol/
H A DBlock.cpp364 const Declaration &func_decl = func_type->GetDeclaration(); AddRange() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2136 FunctionDecl *func_decl = nullptr; in CreateFunctionDeclaration() local
1407 CreateFunctionTemplateDecl(clang::DeclContext * decl_ctx,OptionalClangModuleID owning_module,clang::FunctionDecl * func_decl,const TemplateParameterInfos & template_param_infos) CreateFunctionTemplateDecl() argument
1439 CreateFunctionTemplateSpecializationInfo(FunctionDecl * func_decl,clang::FunctionTemplateDecl * func_tmpl_decl,const TemplateParameterInfos & infos) CreateFunctionTemplateSpecializationInfo() argument
9158 if (clang::FunctionDecl *func_decl = DeclGetFunctionReturnType() local
9169 if (clang::FunctionDecl *func_decl = DeclGetFunctionNumArguments() local
9239 if (clang::FunctionDecl *func_decl = DeclGetFunctionArgumentType() local
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1332 clang::FunctionDecl *func_decl = llvm::dyn_cast<clang::FunctionDecl>(&decl); in skipFunctionParameters() local