Home | History | Annotate | Download | only in Sema

Lines Matching refs:DependentTy

3012     ResTy = Context.DependentTy;
3837 return S.Context.DependentTy;
3951 return new (Context) ArraySubscriptExpr(base, idx, Context.DependentTy,
4019 OMPArraySectionExpr(Base, LowerBound, Length, Context.DependentTy,
4152 ResultType = Context.DependentTy;
4901 Context.DependentTy, VK_RValue, RParenLoc);
4904 Context, Fn, ArgExprs, Context.DependentTy, VK_RValue, RParenLoc);
9662 return S.Context.DependentTy;
9857 return Context.DependentTy;
10048 return S.Context.DependentTy;
11210 CurrentType = Context.DependentTy;
11236 CurrentType = Context.DependentTy;
11368 resType = Context.DependentTy;
11444 T = Context.getFunctionType(Context.DependentTy, None, EPI);
11486 // Context.DependentTy is used as a placeholder for a missing block
11490 if (RetTy != Context.DependentTy) {