Home | History | Annotate | Download | only in Sema

Lines Matching refs:Failed

350 /// the default argument for the parameter param failed.
1887 bool Failed = D.getMutableDeclSpec().SetTypeQual(DeclSpec::TQ_const, ConstexprLoc,
1889 (void)Failed;
1890 assert(!Failed && "Making a constexpr member const shouldn't fail");
10909 bool Failed) {
10911 !Failed) {
10916 Failed = true;
10919 if (!Failed && VerifyIntegerConstantExpression(Converted.get(), &Cond,
10922 Failed = true;
10924 if (!Failed && !Cond) {
10930 Failed = true;
10936 Failed);