Searched refs:hasSameBase (Results 1 – 3 of 3) sorted by relevance
630 if (!hasSameBase(*this, Other)) in compare()642 static bool hasSameBase(const Pointer &A, const Pointer &B);
364 bool Pointer::hasSameBase(const Pointer &A, const Pointer &B) { in hasSameBase() function in Pointer379 return hasSameBase(A, B) && in hasSameArray()
950 if (!Pointer::hasSameBase(LHS, RHS)) {987 if (!Pointer::hasSameBase(LHS, RHS)) {1983 if (!Pointer::hasSameBase(LHS, RHS) && S.getLangOpts().CPlusPlus) { in SubPtr()