Home | History | Annotate | Download | only in Sema

Lines Matching defs:OPT

5581   const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>();
5582 if (!OPT)
5585 if (ObjCInterfaceDecl *ID = OPT->getInterfaceDecl())
5594 for (auto *Proto : OPT->quals()) {
9128 else if (const ObjCObjectPointerType *OPT =
9130 Result = OPT->getPointeeType();