Home
last modified time | relevance | path

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

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