Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp784 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local
786 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()
789 return objcObject->isSpecialized(); in isSpecialized()
802 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local
804 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()
807 return objcObject->getTypeArgs(); in getTypeArgs()
819 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local
821 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()
824 return objcObject->isKindOfType(); in isKindOfType()