Home | History | Annotate | Download | only in AST

Lines Matching defs:OPT

3777   if (const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>()) {
3779 for (auto *Proto : OPT->quals()) {
3795 const ObjCObjectPointerType *OPT = QT->getAs<ObjCObjectPointerType>();
3796 if (!OPT)
3807 for (auto *Proto : OPT->quals()) {
3824 for (auto *Proto : OPT->quals()) {
5758 const ObjCObjectPointerType *OPT = T->castAs<ObjCObjectPointerType>();
5759 if (OPT->isObjCIdType()) {
5764 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType()) {
5772 if (OPT->isObjCQualifiedIdType()) {
5780 for (const auto *I : OPT->quals()) {
5790 QualType PointeeTy = OPT->getPointeeType();
5798 if (FD && OPT->getInterfaceDecl()) {
5800 ObjCInterfaceDecl *OI = OPT->getInterfaceDecl();
5821 if (OPT->getInterfaceDecl() &&
5824 S += OPT->getInterfaceDecl()->getObjCRuntimeNameAsString();
5825 for (const auto *I : OPT->quals()) {