Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2695 bool areComparableObjCPointerTypes(QualType LHS, QualType RHS);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9337 bool ASTContext::areComparableObjCPointerTypes(QualType LHS, QualType RHS) { in areComparableObjCPointerTypes() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12018 if (!Context.areComparableObjCPointerTypes(LHSType, RHSType)) in CheckCompareOperands()