Home | History | Annotate | Download | only in Sema

Lines Matching refs:DependentTy

2400     ResTy = Context.DependentTy;
3027 return S.Context.DependentTy;
3091 Context.DependentTy,
3140 ResultType = Context.DependentTy;
3639 Context.DependentTy, VK_RValue, RParenLoc));
3642 Context.DependentTy, VK_RValue,
7423 return S.Context.DependentTy;
7593 return S.Context.DependentTy;
7728 return S.Context.DependentTy;
8700 CurrentType = Context.DependentTy;
8726 CurrentType = Context.DependentTy;
8848 resType = Context.DependentTy;
8949 // Context.DependentTy is used as a placeholder for a missing block
8953 if (RetTy != Context.DependentTy) {