HomeSort by: relevance | last modified time | path
    Searched refs:areComparableObjCPointerTypes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2695 bool areComparableObjCPointerTypes(QualType LHS, QualType RHS);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 9337 bool ASTContext::areComparableObjCPointerTypes(QualType LHS, QualType RHS) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 8444 // FIXME: Consider unifying with 'areComparableObjCPointerTypes'.
12018 if (!Context.areComparableObjCPointerTypes(LHSType, RHSType))

Completed in 35 milliseconds