Lines Matching refs:DependentTy

3481     ResTy = Context.DependentTy;  in BuildPredefinedExpr()
4519 return S.Context.DependentTy; in CheckRealImagOperand()
4686 return new (Context) ArraySubscriptExpr(base, idx, Context.DependentTy, in ActOnArraySubscriptExpr()
4757 Context.DependentTy, RBLoc); in CreateBuiltinMatrixSubscriptExpr()
4899 Base, LowerBound, Length, Stride, Context.DependentTy, VK_LValue, in ActOnOMPArraySectionExpr()
5055 return OMPArrayShapingExpr::Create(Context, Context.DependentTy, Base, in ActOnOMPArrayShapingExpr()
5441 ResultType = Context.DependentTy; in CreateBuiltinArraySubscriptExpr()
6375 Context.DependentTy, VK_RValue, RParenLoc, CurFPFeatureOverrides()); in BuildCallExpr()
6382 return CallExpr::Create(Context, Fn, ArgExprs, Context.DependentTy, in BuildCallExpr()
6411 return CallExpr::Create(Context, Fn, ArgExprs, Context.DependentTy, in BuildCallExpr()
6482 : Context.DependentTy; in BuildCallExpr()
8142 return Context.DependentTy; in CheckConditionalOperands()
13128 return S.Context.DependentTy; in CheckIncrementDecrementOperand()
13335 return Context.DependentTy; in CheckAddressOfOperand()
13540 return S.Context.DependentTy; in CheckIndirectionOperand()
14503 ResultType = Context.DependentTy; in BuildBinOp()
14969 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()
14995 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()
15126 resType = Context.DependentTy; in ActOnChooseExpr()
15200 T = Context.getFunctionType(Context.DependentTy, None, EPI); in ActOnBlockArguments()
15246 if (RetTy != Context.DependentTy) { in ActOnBlockArguments()
19426 T = Context.DependentTy; in CreateRecoveryExpr()