Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp758 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local
760 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()
763 return objcObject->isSpecialized(); in isSpecialized()
776 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local
778 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()
781 return objcObject->getTypeArgs(); in getTypeArgs()
793 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local
795 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()
798 return objcObject->isKindOfType(); in isKindOfType()