Home
last modified time | relevance | path

Searched refs:isNoDestroy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2805 bool VarDecl::isNoDestroy(const ASTContext &Ctx) const { in isNoDestroy() function in VarDecl
2817 if (isNoDestroy(Ctx)) in needsDestruction()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1630 bool isNoDestroy(const ASTContext &) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2379 if (D.isNoDestroy(CGM.getContext())) in registerGlobalDtor()
H A DItaniumCXXABI.cpp2989 if (D.isNoDestroy(CGM.getContext())) in registerGlobalDtor()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16016 if (VD->isNoDestroy(getASTContext())) in FinalizeVarWithDestructor()