Searched refs:needsDestruction (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp375 if (D.needsDestruction(getContext()) == QualType::DK_cxx_destructor &&
2009 if (QualType::DestructionKind dtorKind = D.needsDestruction(getContext()))
2420 D.needsDestruction(getContext())) {
H A DCGDeclCXX.cpp79 QualType::DestructionKind DtorKind = D.needsDestruction(CGF.getContext());
H A DItaniumCXXABI.cpp361 return !VD->needsDestruction(getContext()) && InitDecl->evaluateValue();
372 VD->needsDestruction(getContext());
H A DCGClass.cpp2111 if (P->needsDestruction(CGF.getContext()))
H A DCGCall.cpp3445 param->needsDestruction(getContext())) {
H A DCodeGenModule.cpp3940 D->needsDestruction(getContext()) == QualType::DK_cxx_destructor;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1066 if (VD->needsDestruction(Self.Context) == QualType::DK_cxx_destructor) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1668 if (D->needsDestruction(D->getASTContext()))
H A DDecl.cpp2600 VarDecl::needsDestruction(const ASTContext &Ctx) const { function in class:VarDecl
H A DExpr.cpp3373 VD->needsDestruction(Context))
H A DASTContext.cpp10630 if (VD->needsDestruction(*this))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1524 QualType::DestructionKind needsDestruction(const ASTContext &Ctx) const;

Completed in 176 milliseconds