reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Decl.h
 1284   bool evaluateDestruction(SmallVectorImpl<PartialDiagnosticAt> &Notes) const;

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
13610     if (!VD->evaluateDestruction(Notes) && VD->isConstexpr()) {