Home
last modified time | relevance | path

Searched defs:DeclGetFunctionNumArguments (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DTypeSystem.cpp161 size_t TypeSystem::DeclGetFunctionNumArguments(void *opaque_decl) { return 0; } in DeclGetFunctionNumArguments() function in TypeSystem
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp9214 size_t TypeSystemClang::DeclGetFunctionNumArguments(void *opaque_decl) { in DeclGetFunctionNumArguments() function in TypeSystemClang