Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp838 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local
840 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()
843 return objcObject->isSpecialized(); in isSpecialized()
856 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local
858 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()
861 return objcObject->getTypeArgs(); in getTypeArgs()
873 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local
875 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()
878 return objcObject->isKindOfType(); in isKindOfType()