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.cpp6351 *Cls1 = MemPtr1->getMostRecentCXXRecordDecl(), in FindCompositePointerType() local
6353 if (declaresSameEntity(Cls1, Cls2)) in FindCompositePointerType()
6354 Cls = Cls1; in FindCompositePointerType()
6356 Cls = IsDerivedFrom(Loc, Cls1, Cls2) ? Cls1 in FindCompositePointerType()
6357 : IsDerivedFrom(Loc, Cls2, Cls1) ? Cls2 in FindCompositePointerType()