Home
last modified time | relevance | path

Searched refs:areComparableObjCPointerTypes (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2894 bool areComparableObjCPointerTypes(QualType LHS, QualType RHS);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10220 bool ASTContext::areComparableObjCPointerTypes(QualType LHS, QualType RHS) { in areComparableObjCPointerTypes() function in ASTContext
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13445 if (!Context.areComparableObjCPointerTypes(LHSType, RHSType)) in CheckCompareOperands()