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.cpp888 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local
890 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()
893 return objcObject->isSpecialized(); in isSpecialized()
906 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local
908 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()
911 return objcObject->getTypeArgs(); in getTypeArgs()
923 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local
925 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()
928 return objcObject->isKindOfType(); in isKindOfType()