reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2275   bool hasUniqueObjectRepresentations(QualType Ty) const;

References

tools/clang/lib/AST/ASTContext.cpp
 2408     if (!Context.hasUniqueObjectRepresentations(Field->getType()))
 2471         !Context.hasUniqueObjectRepresentations(Field->getType()))
 2517     return hasUniqueObjectRepresentations(getBaseElementType(Ty));
tools/clang/lib/Sema/SemaExprCXX.cpp
 4900     return C.hasUniqueObjectRepresentations(T);