Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDecl.h1296 bool evaluateDestruction(SmallVectorImpl<PartialDiagnosticAt> &Notes) const;
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp14905 bool VarDecl::evaluateDestruction( in evaluateDestruction() function in VarDecl
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp15176 if (!VD->evaluateDestruction(Notes) && VD->isConstexpr() && in FinalizeVarWithDestructor()