Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4384 const clang::ObjCInterfaceType *objc_interface_type = in GetNumMemberFunctions() local
4386 if (objc_interface_type && in GetNumMemberFunctions()
4388 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetNumMemberFunctions()
4390 objc_interface_type->getDecl(); in GetNumMemberFunctions()
4468 const clang::ObjCInterfaceType *objc_interface_type = in GetMemberFunctionAtIndex() local
4470 if (objc_interface_type && in GetMemberFunctionAtIndex()
4472 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetMemberFunctionAtIndex()
4474 objc_interface_type->getDecl(); in GetMemberFunctionAtIndex()
5622 const clang::ObjCInterfaceType *objc_interface_type = in GetNumFields() local
5624 if (objc_interface_type && in GetNumFields()
[all …]