Home | History | Annotate | Download | only in Sema

Lines Matching refs:DependentTy

2622     ResTy = Context.DependentTy;
3276 return S.Context.DependentTy;
3373 Context.DependentTy,
3427 ResultType = Context.DependentTy;
3962 Context.DependentTy, VK_RValue, RParenLoc));
3965 Context.DependentTy, VK_RValue,
7939 return S.Context.DependentTy;
8113 return S.Context.DependentTy;
8255 return S.Context.DependentTy;
9270 CurrentType = Context.DependentTy;
9296 CurrentType = Context.DependentTy;
9425 resType = Context.DependentTy;
9489 T = Context.getFunctionType(Context.DependentTy, ArrayRef<QualType>(), EPI);
9538 // Context.DependentTy is used as a placeholder for a missing block
9542 if (RetTy != Context.DependentTy) {