Home
last modified time | relevance | path

Searched refs:DeclGetFunctionNumArguments (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerDecl.cpp32 return m_type_system->DeclGetFunctionNumArguments(m_opaque_decl); in GetNumFunctionArguments()
H A DTypeSystem.cpp163 size_t TypeSystem::DeclGetFunctionNumArguments(void *opaque_decl) { return 0; } in DeclGetFunctionNumArguments() function in TypeSystem
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h105 virtual size_t DeclGetFunctionNumArguments(void *opaque_decl);
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h477 size_t DeclGetFunctionNumArguments(void *opaque_decl) override;
H A DTypeSystemClang.cpp9444 size_t TypeSystemClang::DeclGetFunctionNumArguments(void *opaque_decl) { in DeclGetFunctionNumArguments() function in TypeSystemClang