Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDecl.cpp2637 bool VarDecl::isNoDestroy(const ASTContext &Ctx) const { in isNoDestroy() function in VarDecl
2649 if (isNoDestroy(Ctx)) in needsDestruction()
/external/llvm-project/clang/include/clang/AST/
DDecl.h1542 bool isNoDestroy(const ASTContext &) const;
/external/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp2666 if (D.isNoDestroy(CGM.getContext())) in registerGlobalDtor()
DMicrosoftCXXABI.cpp2327 if (D.isNoDestroy(CGM.getContext())) in registerGlobalDtor()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp15151 if (VD->isNoDestroy(getASTContext())) in FinalizeVarWithDestructor()