Lines Matching refs:DependentTy
3077 ResTy = Context.DependentTy; in BuildPredefinedExpr()
4059 return S.Context.DependentTy; in CheckRealImagOperand()
4173 return new (Context) ArraySubscriptExpr(base, idx, Context.DependentTy, in ActOnArraySubscriptExpr()
4247 OMPArraySectionExpr(Base, LowerBound, Length, Context.DependentTy, in ActOnOMPArraySectionExpr()
4387 ResultType = Context.DependentTy; in CreateBuiltinArraySubscriptExpr()
5158 Context.DependentTy, VK_RValue, RParenLoc); in ActOnCallExpr()
5161 Context, Fn, ArgExprs, Context.DependentTy, VK_RValue, RParenLoc); in ActOnCallExpr()
10175 return S.Context.DependentTy; in CheckIncrementDecrementOperand()
10370 return Context.DependentTy; in CheckAddressOfOperand()
10562 return S.Context.DependentTy; in CheckIndirectionOperand()
11742 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()
11768 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()
11900 resType = Context.DependentTy; in ActOnChooseExpr()
11976 T = Context.getFunctionType(Context.DependentTy, None, EPI); in ActOnBlockArguments()
12022 if (RetTy != Context.DependentTy) { in ActOnBlockArguments()