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.cpp364 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1407 clang::FunctionDecl *func_decl, in CreateFunctionTemplateDecl()
1439 FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl, in CreateFunctionTemplateSpecializationInfo()
2136 FunctionDecl *func_decl = nullptr; in CreateFunctionDeclaration() local
9162 if (clang::FunctionDecl *func_decl = in DeclGetFunctionReturnType() local
9173 if (clang::FunctionDecl *func_decl = in DeclGetFunctionNumArguments() local
9243 if (clang::FunctionDecl *func_decl = in DeclGetFunctionArgumentType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1331 clang::FunctionDecl *func_decl = llvm::dyn_cast<clang::FunctionDecl>(&decl); skipFunctionParameters() local