Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2550 bool ObjCQualifiedClassTypesAreCompatible(QualType LHS, QualType RHS);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7856 bool ASTContext::ObjCQualifiedClassTypesAreCompatible(QualType lhs, in ObjCQualifiedClassTypesAreCompatible() function in ASTContext
8030 return finish(ObjCQualifiedClassTypesAreCompatible(QualType(LHSOPT,0), in canAssignObjCInterfaces()