Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2683 bool ObjCQualifiedClassTypesAreCompatible(const ObjCObjectPointerType *LHS,
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8771 bool ASTContext::ObjCQualifiedClassTypesAreCompatible( in ObjCQualifiedClassTypesAreCompatible() function in ASTContext
8937 return finish(ObjCQualifiedClassTypesAreCompatible(LHSOPT, RHSOPT)); in canAssignObjCInterfaces()