Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2485 bool hasUniqueObjectRepresentations(QualType Ty) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp2675 if (!Context.hasUniqueObjectRepresentations(Field->getType())) in unionHasUniqueObjectRepresentations()
2712 !Context.hasUniqueObjectRepresentations(Field->getType())) in getSubobjectSizeInBits()
2728 !Context.hasUniqueObjectRepresentations(Field->getType())) { in getSubobjectSizeInBits()
2798 bool ASTContext::hasUniqueObjectRepresentations(QualType Ty) const { in hasUniqueObjectRepresentations() function in ASTContext
2820 return hasUniqueObjectRepresentations(getBaseElementType(Ty)); in hasUniqueObjectRepresentations()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp5371 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()