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