Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4415 const clang::ObjCInterfaceType *objc_interface_type = in GetNumMemberFunctions() local
4417 if (objc_interface_type && in GetNumMemberFunctions()
4419 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetNumMemberFunctions()
4421 objc_interface_type->getDecl(); in GetNumMemberFunctions()
4499 const clang::ObjCInterfaceType *objc_interface_type = in GetMemberFunctionAtIndex() local
4501 if (objc_interface_type && in GetMemberFunctionAtIndex()
4503 const_cast<clang::ObjCInterfaceType *>(objc_interface_type)))) { in GetMemberFunctionAtIndex()
4505 objc_interface_type->getDecl(); in GetMemberFunctionAtIndex()
5660 const clang::ObjCInterfaceType *objc_interface_type = in GetNumFields() local
5662 if (objc_interface_type && in GetNumFields()
[all …]