Home | History | Annotate | Download | only in AST

Lines Matching refs:OPT

4651   if (const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>()) {
4652 if (OPT->isObjCIdType()) {
4657 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType()) {
4665 if (OPT->isObjCQualifiedIdType()) {
4673 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
4674 E = OPT->qual_end(); I != E; ++I) {
4684 QualType PointeeTy = OPT->getPointeeType();
4698 if (OPT->getInterfaceDecl() &&
4701 S += OPT->getInterfaceDecl()->getIdentifier()->getName();
4702 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
4703 E = OPT->qual_end(); I != E; ++I) {