Home
last modified time | relevance | path

Searched refs:rhsOPT (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp6804 const ObjCObjectPointerType *rhsOPT = rhs->getAs<ObjCObjectPointerType>(); in ObjCQualifiedClassTypesAreCompatible() local
6805 assert ((lhsQID && rhsOPT) && "ObjCQualifiedClassTypesAreCompatible"); in ObjCQualifiedClassTypesAreCompatible()
6809 for (auto *rhsProto : rhsOPT->quals()) { in ObjCQualifiedClassTypesAreCompatible()
6834 const ObjCObjectPointerType *rhsOPT = rhs->getAs<ObjCObjectPointerType>(); in ObjCQualifiedIdTypesAreCompatible() local
6836 if (!rhsOPT) return false; in ObjCQualifiedIdTypesAreCompatible()
6838 if (rhsOPT->qual_empty()) { in ObjCQualifiedIdTypesAreCompatible()
6841 if (ObjCInterfaceDecl *rhsID = rhsOPT->getInterfaceDecl()) { in ObjCQualifiedIdTypesAreCompatible()
6860 for (auto *rhsProto : rhsOPT->quals()) { in ObjCQualifiedIdTypesAreCompatible()
6869 if (ObjCInterfaceDecl *rhsID = rhsOPT->getInterfaceDecl()) { in ObjCQualifiedIdTypesAreCompatible()
7123 const ObjCObjectPointerType *rhsOPT = rhs->getAs<ObjCObjectPointerType>(); in canAssignObjCObjectTypes() local
[all …]