Home
last modified time | relevance | path

Searched refs:hasUniqueObjectRepresentations (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DASTContext.h2324 bool hasUniqueObjectRepresentations(QualType Ty) const;
/external/llvm-project/clang/lib/AST/
DASTContext.cpp2565 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 ASTContext
2674 return hasUniqueObjectRepresentations(getBaseElementType(Ty)); in hasUniqueObjectRepresentations()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp5085 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()