Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2838 bool ObjCQualifiedClassTypesAreCompatible(const ObjCObjectPointerType *LHS,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9436 bool ASTContext::ObjCQualifiedClassTypesAreCompatible( in ObjCQualifiedClassTypesAreCompatible() function in ASTContext
9602 return finish(ObjCQualifiedClassTypesAreCompatible(LHSOPT, RHSOPT)); in canAssignObjCInterfaces()