Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCQualifiedIdTypesAreCompatible

5192 // ObjCQualifiedIdTypesAreCompatible - Compatibility testing for qualified id's.
5214 return ObjCQualifiedIdTypesAreCompatible(lhs, rhs, false);
5244 /// ObjCQualifiedIdTypesAreCompatible - We know that one of lhs/rhs is an
5246 bool ASTContext::ObjCQualifiedIdTypesAreCompatible(QualType lhs, QualType rhs,
5393 return ObjCQualifiedIdTypesAreCompatible(QualType(LHSOPT,0),
5425 return ObjCQualifiedIdTypesAreCompatible(QualType(LHSOPT,0),