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

Declarations

tools/clang/include/clang/AST/Type.h
 1146   PrimitiveCopyKind isNonTrivialToPrimitiveDestructiveMove() const;

References

tools/clang/include/clang/AST/NonTrivialTypeVisitor.h
   81         IsMove ? FT.isNonTrivialToPrimitiveDestructiveMove()
tools/clang/lib/AST/ASTContext.cpp
 6202   if (Ty.isNonTrivialToPrimitiveDestructiveMove() || Ty.isDestructedType())
tools/clang/lib/CodeGen/CGBlocks.cpp
 2633   if (type.isNonTrivialToPrimitiveDestructiveMove() == QualType::PCK_Struct ||
tools/clang/lib/CodeGen/CGExprAgg.cpp
  331     if (type.isNonTrivialToPrimitiveDestructiveMove() == QualType::PCK_Struct) {