Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1313 bool evaluateDestruction(SmallVectorImpl<PartialDiagnosticAt> &Notes) const;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp15242 if (!VD->evaluateDestruction(Notes) && VD->isConstexpr() && in FinalizeVarWithDestructor()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp14917 bool VarDecl::evaluateDestruction( in evaluateDestruction() function in VarDecl