Searched refs:Cls2 (Results 1 – 1 of 1) sorted by relevance
7338 QualType Cls2(MemPtr2->getClass(), 0); in FindCompositePointerType() local7339 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()7342 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()7343 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()