Home
last modified time | relevance | path

Searched refs:ObjCQualifiedClassTypesAreCompatible (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2035 bool ObjCQualifiedClassTypesAreCompatible(QualType LHS, QualType RHS);
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6501 bool ASTContext::ObjCQualifiedClassTypesAreCompatible(QualType lhs, in ObjCQualifiedClassTypesAreCompatible() function in ASTContext
6660 return ObjCQualifiedClassTypesAreCompatible(QualType(LHSOPT,0), in canAssignObjCInterfaces()