Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp577 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local
579 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()
582 return objcObject->isSpecialized(); in isSpecialized()
595 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local
597 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()
600 return objcObject->getTypeArgs(); in getTypeArgs()
612 if (auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local
614 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()
617 return objcObject->isKindOfType(); in isKindOfType()
/external/llvm-project/clang/lib/AST/
DType.cpp759 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isSpecialized() local
761 if (isa<ObjCInterfaceType>(objcObject)) in isSpecialized()
764 return objcObject->isSpecialized(); in isSpecialized()
777 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in getTypeArgs() local
779 if (isa<ObjCInterfaceType>(objcObject)) in getTypeArgs()
782 return objcObject->getTypeArgs(); in getTypeArgs()
794 if (const auto objcObject = getBaseType()->getAs<ObjCObjectType>()) { in isKindOfType() local
796 if (isa<ObjCInterfaceType>(objcObject)) in isKindOfType()
799 return objcObject->isKindOfType(); in isKindOfType()