Home | History | Annotate | Download | only in Sema

Lines Matching refs:isTypeDependent

244   bool TypeDependent = DestType->isDependentType() || Ex.get()->isTypeDependent();
1804 if (DestType->isDependentType() || SrcExpr.get()->isTypeDependent()) {