Searched defs:DeclGetFunctionNumArguments (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Symbol/ | ||
H A D | TypeSystem.cpp | 172 size_t TypeSystem::DeclGetFunctionNumArguments(void *opaque_decl) { return 0; } DeclGetFunctionNumArguments() function in TypeSystem |
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 9168 size_t TypeSystemClang::DeclGetFunctionNumArguments(void *opaque_decl) { DeclGetFunctionNumArguments() function in TypeSystemClang |