reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2605   bool areComparableObjCPointerTypes(QualType LHS, QualType RHS);

References

tools/clang/lib/Sema/SemaExpr.cpp
10983       if (!Context.areComparableObjCPointerTypes(LHSType, RHSType))