Lines Matching refs:DependentTy
3477 ResTy = Context.DependentTy; in BuildPredefinedExpr()
4693 return S.Context.DependentTy; in CheckRealImagOperand()
4784 QualType Result = Ctx.DependentTy; in getDependentArraySubscriptType()
4797 return Result->isDependentType() ? Result : Ctx.DependentTy; in getDependentArraySubscriptType()
4996 Context.DependentTy, RBLoc); in CreateBuiltinMatrixSubscriptExpr()
6445 Context.DependentTy, VK_PRValue, in BuildCallExpr()
6453 return CallExpr::Create(Context, Fn, ArgExprs, Context.DependentTy, in BuildCallExpr()
6483 return CallExpr::Create(Context, Fn, ArgExprs, Context.DependentTy, in BuildCallExpr()
6601 return CallExpr::Create(Context, Fn, ArgExprs, Context.DependentTy, in BuildCallExpr()
8356 return Context.DependentTy; in CheckConditionalOperands()
14016 return Context.DependentTy; in CheckAddressOfOperand()
15255 ResultType = Context.DependentTy; in BuildBinOp()
15310 resultType = Context.DependentTy; in CreateBuiltinUnaryOp()
15744 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()
15770 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()
15905 resType = Context.DependentTy; in ActOnChooseExpr()
15978 T = Context.getFunctionType(Context.DependentTy, std::nullopt, EPI); in ActOnBlockArguments()
16024 if (RetTy != Context.DependentTy) { in ActOnBlockArguments()
20912 T = Context.DependentTy; in CreateRecoveryExpr()