Home
last modified time | relevance | path

Searched refs:evaluateDestruction (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1339 bool evaluateDestruction(SmallVectorImpl<PartialDiagnosticAt> &Notes) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp15646 if (!VD->evaluateDestruction(Notes) && VD->isConstexpr() && in FinalizeVarWithDestructor()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp15187 bool VarDecl::evaluateDestruction( in evaluateDestruction() function in VarDecl