Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2418 bool hasUniqueObjectRepresentations(QualType Ty) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2623 if (!Context.hasUniqueObjectRepresentations(Field->getType())) in unionHasUniqueObjectRepresentations()
2686 !Context.hasUniqueObjectRepresentations(Field->getType())) in structHasUniqueObjectRepresentations()
2710 bool ASTContext::hasUniqueObjectRepresentations(QualType Ty) const { in hasUniqueObjectRepresentations() function in ASTContext
2732 return hasUniqueObjectRepresentations(getBaseElementType(Ty)); in hasUniqueObjectRepresentations()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5205 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()