Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCQualifiedClassTypesAreCompatible

6435 /// ObjCQualifiedClassTypesAreCompatible - compare  Class<pr,...> and
6437 bool ASTContext::ObjCQualifiedClassTypesAreCompatible(QualType lhs,
6441 assert ((lhsQID && rhsOPT) && "ObjCQualifiedClassTypesAreCompatible");
6615 return ObjCQualifiedClassTypesAreCompatible(QualType(LHSOPT,0),