Home | History | Annotate | Download | only in AST

Lines Matching refs:isConstexpr

417     if (D->isConstexpr() && !D->isExplicitlyDefaulted()) Out << "constexpr ";