Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp80 clang::FunctionDecl *func_decl = FunctionDecl::Create( in AddFunDecl() local
/llvm-project-15.0.7/lldb/source/Symbol/
H A DBlock.cpp348 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange() local
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1434 clang::FunctionDecl *func_decl, in CreateFunctionTemplateDecl()
1465 FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl, in CreateFunctionTemplateSpecializationInfo()
2143 FunctionDecl *func_decl = nullptr; in CreateFunctionDeclaration() local
9434 if (clang::FunctionDecl *func_decl = in DeclGetFunctionReturnType() local
9445 if (clang::FunctionDecl *func_decl = in DeclGetFunctionNumArguments() local
9457 if (clang::FunctionDecl *func_decl = in DeclGetFunctionArgumentType() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1556 clang::FunctionDecl *func_decl = llvm::dyn_cast<clang::FunctionDecl>(&decl); in skipFunctionParameters() local