Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.cpp157 if (VD->needsDestruction(getContext())) in mayNeedDestruction()
H A DCGDecl.cpp402 if (D.needsDestruction(getContext()) == QualType::DK_cxx_destructor && in AddInitializerToStaticVarDecl()
2060 if (QualType::DestructionKind dtorKind = D.needsDestruction(getContext())) in EmitAutoVarCleanups()
2508 D.needsDestruction(getContext())) { in EmitParmDecl()
H A DCGDeclCXX.cpp79 QualType::DestructionKind DtorKind = D.needsDestruction(CGF.getContext()); in EmitDeclDestroy()
H A DCGClass.cpp2181 if (P->needsDestruction(CGF.getContext())) in canEmitDelegateCallArgs()
H A DCGCall.cpp3859 param->needsDestruction(getContext())) { in EmitDelegateCallArg()
H A DCodeGenModule.cpp4841 D->needsDestruction(getContext()) == QualType::DK_cxx_destructor; in EmitGlobalVarDefinition()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1072 if (VD->needsDestruction(Self.Context) == QualType::DK_cxx_destructor) { in canVarDeclThrow()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTextNodeDumper.cpp1813 if (D->needsDestruction(D->getASTContext())) in VisitVarDecl()
H A DDecl.cpp2747 VarDecl::needsDestruction(const ASTContext &Ctx) const { in needsDestruction() function in VarDecl
H A DExpr.cpp3489 VD->needsDestruction(Context)) in VisitDecl()
H A DASTContext.cpp11788 if (VD->needsDestruction(*this)) in DeclMustBeEmitted()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1636 QualType::DestructionKind needsDestruction(const ASTContext &Ctx) const;