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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2593 bool VarDecl::isNoDestroy(const ASTContext &Ctx) const { function in class:VarDecl
2605 if (isNoDestroy(Ctx))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1520 bool isNoDestroy(const ASTContext &) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2580 if (D.isNoDestroy(CGM.getContext()))
H A DMicrosoftCXXABI.cpp2314 if (D.isNoDestroy(CGM.getContext()))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp15100 if (VD->isNoDestroy(getASTContext()))

Completed in 171 milliseconds