Searched refs:hasUniqueObjectRepresentations (Results 1 – 3 of 3) sorted by relevance
2239 bool hasUniqueObjectRepresentations(QualType Ty) const;
2317 if (!Context.hasUniqueObjectRepresentations(Field->getType())) in unionHasUniqueObjectRepresentations()2380 !Context.hasUniqueObjectRepresentations(Field->getType())) in structHasUniqueObjectRepresentations()2404 bool ASTContext::hasUniqueObjectRepresentations(QualType Ty) const { in hasUniqueObjectRepresentations() function in ASTContext2426 return hasUniqueObjectRepresentations(getBaseElementType(Ty)); in hasUniqueObjectRepresentations()
4894 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()