Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2561 bool areComparableObjCPointerTypes(QualType LHS, QualType RHS);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8418 bool ASTContext::areComparableObjCPointerTypes(QualType LHS, QualType RHS) { in areComparableObjCPointerTypes() function in ASTContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp10592 if (!Context.areComparableObjCPointerTypes(LHSType, RHSType)) in CheckCompareOperands()