Searched refs:hasSameBase (Results 1 – 3 of 3) sorted by relevance
402 if (!hasSameBase(*this, Other)) in compare()414 static bool hasSameBase(const Pointer &A, const Pointer &B);
226 bool Pointer::hasSameBase(const Pointer &A, const Pointer &B) { in hasSameBase() function in Pointer231 return hasSameBase(A, B) && A.Base == B.Base && A.getFieldDesc()->IsArray; in hasSameArray()
736 if (!Pointer::hasSameBase(LHS, RHS)) {761 if (!Pointer::hasSameBase(LHS, RHS)) {1551 if (!Pointer::hasSameBase(LHS, RHS) && S.getLangOpts().CPlusPlus) { in SubPtr()