Lines Matching defs:OPT
6133 if (const auto *OPT = QT->getAs<ObjCObjectPointerType>()) {
6135 for (auto *Proto : OPT->quals()) {
6151 const auto *OPT = QT->getAs<ObjCObjectPointerType>();
6152 if (!OPT)
6163 for (auto *Proto : OPT->quals()) {
6180 for (auto *Proto : OPT->quals()) {
9213 const auto *OPT = T->castAs<ObjCObjectPointerType>();
9214 if (OPT->isObjCIdType()) {
9219 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType()) {
9227 if (OPT->isObjCQualifiedIdType()) {
9238 for (const auto *I : OPT->quals()) {
9249 if (OPT->getInterfaceDecl() &&
9252 S += OPT->getInterfaceDecl()->getObjCRuntimeNameAsString();
9253 for (const auto *I : OPT->quals()) {