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

/external/clang/lib/AST/
H A DASTContext.cpp6392 // ObjCQualifiedIdTypesAreCompatible - Compatibility testing for qualified id's.
6430 /// ObjCQualifiedIdTypesAreCompatible - We know that one of lhs/rhs is an
6432 bool ASTContext::ObjCQualifiedIdTypesAreCompatible(QualType lhs, QualType rhs, function in class:ASTContext
6564 return ObjCQualifiedIdTypesAreCompatible(QualType(LHSOPT,0),
6596 return ObjCQualifiedIdTypesAreCompatible(QualType(LHSOPT,0),

Completed in 52 milliseconds