Searched refs:hasUniqueObjectRepresentations (Results 1 – 3 of 3) sorted by relevance
2367 bool hasUniqueObjectRepresentations(QualType Ty) const;
2608 if (!Context.hasUniqueObjectRepresentations(Field->getType())) in unionHasUniqueObjectRepresentations()2671 !Context.hasUniqueObjectRepresentations(Field->getType())) in structHasUniqueObjectRepresentations()2695 bool ASTContext::hasUniqueObjectRepresentations(QualType Ty) const { in hasUniqueObjectRepresentations() function in ASTContext2717 return hasUniqueObjectRepresentations(getBaseElementType(Ty)); in hasUniqueObjectRepresentations()
5157 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()