Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2367 bool hasUniqueObjectRepresentations(QualType Ty) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2608 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 ASTContext
2717 return hasUniqueObjectRepresentations(getBaseElementType(Ty)); in hasUniqueObjectRepresentations()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5157 return C.hasUniqueObjectRepresentations(T); in EvaluateUnaryTypeTrait()