Home
last modified time | relevance | path

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

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