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

Declarations

tools/clang/include/clang/AST/Decl.h
 1530   QualType::DestructionKind needsDestruction(const ASTContext &Ctx) const;

References

tools/clang/lib/AST/ASTContext.cpp
10079   if (VD->needsDestruction(*this))
tools/clang/lib/AST/TextNodeDumper.cpp
 1387   if (D->needsDestruction(D->getASTContext()))
tools/clang/lib/CodeGen/CGCall.cpp
 3096       param->needsDestruction(getContext())) {
tools/clang/lib/CodeGen/CGClass.cpp
 2089       if (P->needsDestruction(CGF.getContext()))
tools/clang/lib/CodeGen/CGDecl.cpp
  367   if (D.needsDestruction(getContext()) && HaveInsertPoint()) {
 1991   if (QualType::DestructionKind dtorKind = D.needsDestruction(getContext()))
 2402               D.needsDestruction(getContext())) {
tools/clang/lib/CodeGen/CGDeclCXX.cpp
   76   QualType::DestructionKind DtorKind = D.needsDestruction(CGF.getContext());
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3874       D->needsDestruction(getContext()) == QualType::DK_cxx_destructor;
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  353       return !VD->needsDestruction(getContext()) && InitDecl->evaluateValue();
  364            VD->needsDestruction(getContext());