Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCQualifiedClassTypesAreCompatible

6408 /// ObjCQualifiedClassTypesAreCompatible - compare  Class<pr,...> and
6410 bool ASTContext::ObjCQualifiedClassTypesAreCompatible(QualType lhs,
6414 assert ((lhsQID && rhsOPT) && "ObjCQualifiedClassTypesAreCompatible");
6569 return ObjCQualifiedClassTypesAreCompatible(QualType(LHSOPT,0),