Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp554 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local
556 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()
559 return objcObject->isSpecialized(); in isSpecialized()
572 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local
574 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()
577 return objcObject->getTypeArgs(); in getTypeArgs()
589 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local
591 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()
594 return objcObject->isKindOfType(); in isKindOfType()