Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerDecl.cpp32 return m_type_system->DeclGetFunctionNumArguments(m_opaque_decl); in GetNumFunctionArguments()
HDTypeSystem.cpp164 size_t TypeSystem::DeclGetFunctionNumArguments(void *opaque_decl) { return 0; } in DeclGetFunctionNumArguments() function in TypeSystem
HDClangASTContext.cpp8898 size_t ClangASTContext::DeclGetFunctionNumArguments(void *opaque_decl) { in DeclGetFunctionNumArguments() function in ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDTypeSystem.h106 virtual size_t DeclGetFunctionNumArguments(void *opaque_decl);
HDClangASTContext.h414 size_t DeclGetFunctionNumArguments(void *opaque_decl) override;