Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerDecl.cpp37 return m_type_system->DeclGetFunctionNumArguments(m_opaque_decl); in GetNumFunctionArguments()
H A DTypeSystem.cpp144 size_t TypeSystem::DeclGetFunctionNumArguments(void *opaque_decl) { return 0; } in DeclGetFunctionNumArguments() function in TypeSystem
H A DClangASTContext.cpp9974 size_t ClangASTContext::DeclGetFunctionNumArguments(void *opaque_decl) { in DeclGetFunctionNumArguments() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeSystem.h112 virtual size_t DeclGetFunctionNumArguments(void *opaque_decl);
H A DClangASTContext.h490 size_t DeclGetFunctionNumArguments(void *opaque_decl) override;