Searched refs:CanBeASubClass (Results 1 – 1 of 1) sorted by relevance
24 : DynTy(Ty), CanBeASubClass(CanBeSub) {} in DynTy()28 bool canBeASubClass() const { return CanBeASubClass; } in canBeASubClass()39 return DynTy == RHS.DynTy && CanBeASubClass == RHS.CanBeASubClass;44 ID.AddBoolean(CanBeASubClass); in Profile()49 bool CanBeASubClass; variable