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