Home | History | Annotate | Download | only in AST

Lines Matching defs:OPT

3538   if (const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>()) {
3540 for (auto *Proto : OPT->quals()) {
3556 const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>();
3557 if (!OPT)
3568 for (auto *Proto : OPT->quals()) {
3585 for (auto *Proto : OPT->quals()) {
5474 const ObjCObjectPointerType *OPT = T->castAs<ObjCObjectPointerType>();
5475 if (OPT->isObjCIdType()) {
5480 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType()) {
5488 if (OPT->isObjCQualifiedIdType()) {
5496 for (const auto *I : OPT->quals()) {
5506 QualType PointeeTy = OPT->getPointeeType();
5514 if (FD && OPT->getInterfaceDecl()) {
5516 ObjCInterfaceDecl *OI = OPT->getInterfaceDecl();
5537 if (OPT->getInterfaceDecl() &&
5540 S += OPT->getInterfaceDecl()->getIdentifier()->getName();
5541 for (const auto *I : OPT->quals()) {