Home | History | Annotate | Download | only in AST

Lines Matching refs:OPT

5260     const ObjCObjectPointerType *OPT = T->castAs<ObjCObjectPointerType>();
5261 if (OPT->isObjCIdType()) {
5266 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType()) {
5274 if (OPT->isObjCQualifiedIdType()) {
5282 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
5283 E = OPT->qual_end(); I != E; ++I) {
5293 QualType PointeeTy = OPT->getPointeeType();
5310 if (OPT->getInterfaceDecl() &&
5313 S += OPT->getInterfaceDecl()->getIdentifier()->getName();
5314 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
5315 E = OPT->qual_end(); I != E; ++I) {