Searched refs:hasUniqueObjectRepresentations (Results 1 – 3 of 3) sorted by relevance
2324 bool hasUniqueObjectRepresentations(QualType Ty) const;
2565 if (!Context.hasUniqueObjectRepresentations(Field->getType())) in unionHasUniqueObjectRepresentations()2628 !Context.hasUniqueObjectRepresentations(Field->getType())) in structHasUniqueObjectRepresentations()2652 bool ASTContext::hasUniqueObjectRepresentations(QualType Ty) const { in hasUniqueObjectRepresentations() function in ASTContext2674 return hasUniqueObjectRepresentations(getBaseElementType(Ty)); in hasUniqueObjectRepresentations()
5085 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()