Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2863 bool areComparableObjCPointerTypes(QualType LHS, QualType RHS);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10110 bool ASTContext::areComparableObjCPointerTypes(QualType LHS, QualType RHS) { in areComparableObjCPointerTypes() function in ASTContext
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp13000 if (!Context.areComparableObjCPointerTypes(LHSType, RHSType)) in CheckCompareOperands()