Searched refs:hasUniqueObjectRepresentations (Results 1 – 3 of 3) sorted by relevance
2485 bool hasUniqueObjectRepresentations(QualType Ty) const;
2675 if (!Context.hasUniqueObjectRepresentations(Field->getType())) in unionHasUniqueObjectRepresentations()2712 !Context.hasUniqueObjectRepresentations(Field->getType())) in getSubobjectSizeInBits()2728 !Context.hasUniqueObjectRepresentations(Field->getType())) { in getSubobjectSizeInBits()2798 bool ASTContext::hasUniqueObjectRepresentations(QualType Ty) const { in hasUniqueObjectRepresentations() function in ASTContext2820 return hasUniqueObjectRepresentations(getBaseElementType(Ty)); in hasUniqueObjectRepresentations()
5371 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()