Home | History | Annotate | Download | only in Sema

Lines Matching refs:ValueDependent

10384   bool ValueDependent = false;
10388 ValueDependent = true;
10404 ValueDependent = ActiveExpr->isValueDependent();
10411 CondIsTrue, resType->isDependentType(), ValueDependent);