Searched defs:ObjCQualifiedIdTypesAreCompatible (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp5791 // ObjCQualifiedIdTypesAreCompatible - Compatibility testing for qualified id's.
5813 return ObjCQualifiedIdTypesAreCompatible(lhs, rhs, false);
5843 /// ObjCQualifiedIdTypesAreCompatible - We know that one of lhs/rhs is an
5845 bool ASTContext::ObjCQualifiedIdTypesAreCompatible(QualType lhs, QualType rhs, function in class:ASTContext
5992 return ObjCQualifiedIdTypesAreCompatible(QualType(LHSOPT,0),
6024 return ObjCQualifiedIdTypesAreCompatible(QualType(LHSOPT,0),

Completed in 117 milliseconds