Searched refs:hasUniqueObjectRepresentations (Results 1 – 4 of 4) sorted by relevance
71 !Ctx.hasUniqueObjectRepresentations(PointeeQualifiedType)) { in check()
2664 if (!Context.hasUniqueObjectRepresentations(Field->getType())) in unionHasUniqueObjectRepresentations()2701 !Context.hasUniqueObjectRepresentations(Field->getType())) in getSubobjectSizeInBits()2717 !Context.hasUniqueObjectRepresentations(Field->getType())) { in getSubobjectSizeInBits()2787 bool ASTContext::hasUniqueObjectRepresentations(QualType Ty) const { in hasUniqueObjectRepresentations() function in ASTContext2809 return hasUniqueObjectRepresentations(getBaseElementType(Ty)); in hasUniqueObjectRepresentations()
2503 bool hasUniqueObjectRepresentations(QualType Ty) const;
5268 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()