Home
last modified time | relevance | path

Searched refs:Cls1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7120 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
7122 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
7125 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
7126 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()