Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2851 bool ObjCQualifiedClassTypesAreCompatible(const ObjCObjectPointerType *LHS,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9548 bool ASTContext::ObjCQualifiedClassTypesAreCompatible( in ObjCQualifiedClassTypesAreCompatible() function in ASTContext
9714 return finish(ObjCQualifiedClassTypesAreCompatible(LHSOPT, RHSOPT)); in canAssignObjCInterfaces()