Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.cpp78 clang::FunctionDecl *func_decl = FunctionDecl::Create( in AddFunDecl() local
/external/llvm-project/lldb/source/Symbol/
DBlock.cpp337 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange() local
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1425 clang::FunctionDecl *func_decl, in CreateFunctionTemplateDecl()
1456 FunctionDecl *func_decl, clang::FunctionTemplateDecl *func_tmpl_decl, in CreateFunctionTemplateSpecializationInfo()
2031 FunctionDecl *func_decl = nullptr; in CreateFunctionDeclaration() local
9204 if (clang::FunctionDecl *func_decl = in DeclGetFunctionReturnType() local
9215 if (clang::FunctionDecl *func_decl = in DeclGetFunctionNumArguments() local
9227 if (clang::FunctionDecl *func_decl = in DeclGetFunctionArgumentType() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp1244 clang::FunctionDecl *func_decl = llvm::dyn_cast<clang::FunctionDecl>(&decl); in skipFunctionParameters() local