Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerDecl.cpp32 return m_type_system->DeclGetFunctionNumArguments(m_opaque_decl); in GetNumFunctionArguments()
H A DTypeSystem.cpp166 size_t TypeSystem::DeclGetFunctionNumArguments(void *opaque_decl) { return 0; } in DeclGetFunctionNumArguments() function in TypeSystem
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeSystem.h112 virtual size_t DeclGetFunctionNumArguments(void *opaque_decl);
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h491 size_t DeclGetFunctionNumArguments(void *opaque_decl) override;
H A DTypeSystemClang.cpp9526 size_t TypeSystemClang::DeclGetFunctionNumArguments(void *opaque_decl) { in DeclGetFunctionNumArguments() function in TypeSystemClang