Home
last modified time | relevance | path

Searched refs:DependentTy (Results 1 – 25 of 53) sorted by relevance

123

/external/clang/lib/Sema/
DSemaCoroutine.cpp138 ? S.Context.DependentTy in checkCoroutineContext()
239 Expr *Res = new (Context) CoawaitExpr(Loc, Context.DependentTy, E); in BuildCoawaitExpr()
306 Expr *Res = new (Context) CoyieldExpr(Loc, Context.DependentTy, E); in BuildCoyieldExpr()
DSemaTemplateVariadic.cpp522 PackExpansionExpr(Context.DependentTy, Pattern, EllipsisLoc, NumExpansions); in CheckPackExpansion()
994 return new (Context) CXXFoldExpr(Context.DependentTy, LParenLoc, LHS, in BuildCXXFoldExpr()
DSemaLambda.cpp370 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition()
842 : Context.DependentTy; in ActOnStartOfLambdaDefinition()
DSemaPseudoObject.cpp1557 return new (Context) UnaryOperator(op, opcode, Context.DependentTy, in checkPseudoObjectIncDec()
1587 return new (Context) BinaryOperator(LHS, RHS, opcode, Context.DependentTy, in checkPseudoObjectAssignment()
DSemaExpr.cpp3077 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()
[all …]
DSemaOverload.cpp11327 Context, Fn, Args, Context.DependentTy, VK_RValue, RParenLoc); in buildOverloadedCallSet()
11528 return new (Context) UnaryOperator(Input, Opc, Context.DependentTy, in CreateOverloadedUnaryOp()
11538 CXXOperatorCallExpr(Context, Op, Fn, ArgsArray, Context.DependentTy, in CreateOverloadedUnaryOp()
11702 Args[0], Args[1], Opc, Context.DependentTy, VK_RValue, OK_Ordinary, in CreateOverloadedBinOp()
11706 Args[0], Args[1], Opc, Context.DependentTy, VK_LValue, OK_Ordinary, in CreateOverloadedBinOp()
11707 Context.DependentTy, Context.DependentTy, OpLoc, in CreateOverloadedBinOp()
11721 CXXOperatorCallExpr(Context, Op, Fn, Args, Context.DependentTy, in CreateOverloadedBinOp()
11981 Context.DependentTy, VK_RValue, RLoc, false); in CreateOverloadedArraySubscriptExpr()
DSemaExprObjC.cpp502 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR); in BuildObjCBoxedExpr()
1053 StrTy = Context.DependentTy; in BuildObjCEncodeExpression()
2578 Context, Context.DependentTy, VK_RValue, LBracLoc, Receiver, Sel, in BuildInstanceMessage()
DSemaDecl.cpp2967 OldAT->isDependentType() ? Context.DependentTy in MergeFunctionDecl()
2971 OldAT->isDependentType() ? Context.DependentTy in MergeFunctionDecl()
3419 New->setType(Context.DependentTy); in MergeVarDeclTypes()
7876 SubstAutoType(FPT->getReturnType(), Context.DependentTy); in ActOnFunctionDeclarator()
14322 EltTy = Context.DependentTy; in CheckEnumConstant()
14391 EltTy = Context.DependentTy; in CheckEnumConstant()
14794 Enum->completeDefinition(Context.DependentTy, Context.DependentTy, 0, 0); in ActOnEnumBody()
/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp539 ? Context.DependentTy in buildCoroutinePromise()
857 new (Context) DependentCoawaitExpr(Loc, Context.DependentTy, E, Lookup); in BuildUnresolvedCoawaitExpr()
893 CoawaitExpr(Loc, Context.DependentTy, E, IsImplicit); in BuildResolvedCoawaitExpr()
953 Expr *Res = new (Context) CoyieldExpr(Loc, Context.DependentTy, E); in BuildCoyieldExpr()
DSemaTemplateVariadic.cpp666 PackExpansionExpr(Context.DependentTy, Pattern, EllipsisLoc, NumExpansions); in CheckPackExpansion()
1257 CXXFoldExpr(Context.DependentTy, Callee, LParenLoc, LHS, Operator, in BuildCXXFoldExpr()
DSemaExpr.cpp3481 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()
[all …]
DSemaLambda.cpp376 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition()
938 : Context.DependentTy; in ActOnStartOfLambdaDefinition()
DSemaPseudoObject.cpp1556 return UnaryOperator::Create(Context, op, opcode, Context.DependentTy, in checkPseudoObjectIncDec()
1588 Context.DependentTy, VK_RValue, OK_Ordinary, in checkPseudoObjectAssignment()
DSemaOverload.cpp13007 CallExpr::Create(Context, Fn, Args, Context.DependentTy, VK_RValue, in buildOverloadedCallSet()
13264 return UnaryOperator::Create(Context, Input, Opc, Context.DependentTy, in CreateOverloadedUnaryOp()
13274 Context.DependentTy, VK_RValue, OpLoc, in CreateOverloadedUnaryOp()
13519 Context, Args[0], Args[1], Opc, Context.DependentTy, VK_LValue, in CreateOverloadedBinOp()
13520 OK_Ordinary, OpLoc, CurFPFeatureOverrides(), Context.DependentTy, in CreateOverloadedBinOp()
13521 Context.DependentTy); in CreateOverloadedBinOp()
13523 Context.DependentTy, VK_RValue, OK_Ordinary, in CreateOverloadedBinOp()
13537 Context.DependentTy, VK_RValue, OpLoc, in CreateOverloadedBinOp()
14007 Context.DependentTy, VK_RValue, RLoc, in CreateOverloadedArraySubscriptExpr()
DSemaExprObjC.cpp503 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR); in BuildObjCBoxedExpr()
1136 StrTy = Context.DependentTy; in BuildObjCEncodeExpression()
2889 Context, Context.DependentTy, VK_RValue, LBracLoc, Receiver, Sel, in BuildInstanceMessage()
DSemaStmt.cpp2438 Binding->setType(Context.DependentTy); in BuildCXXForRangeStmt()
2439 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt()
3367 FnRetType = CurCap->ReturnType = Context.DependentTy; in ActOnCapScopeReturnStmt()
DSemaType.cpp1358 Context.DependentTy)) { in ConvertDeclSpecToType()
1359 Result = Context.DependentTy; in ConvertDeclSpecToType()
3289 T = SemaRef.Context.DependentTy; in GetDeclSpecTypeForDeclarator()
4935 if (T != Context.DependentTy) { in GetFullTypeForDeclarator()
8913 return S.Context.DependentTy; in getDecltypeForExpr()
/external/clang/lib/AST/
DExprCXX.cpp317 setType(C.DependentTy); in OverloadExpr()
386 return new (Mem) DependentScopeDeclRefExpr(C.DependentTy, QualifierLoc, in Create()
1114 : Expr(CXXDependentScopeMemberExprClass, C.DependentTy, VK_LValue, in CXXDependentScopeMemberExpr()
DDeclTemplate.cpp220 E = new (Context) PackExpansionExpr(Context.DependentTy, E, in GenerateInjectedTemplateArgs()
DType.cpp2919 : DecltypeType(E, Context.DependentTy), Context(Context) { } in DependentDecltypeType()
2940 : UnaryTransformType(BaseType, C.DependentTy, UKind, QualType()) in DependentUnaryTransformType()
/external/clang/include/clang/AST/
DBuiltinTypes.def182 BUILTIN_TYPE(Dependent, DependentTy)
DASTContext.h909 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def261 BUILTIN_TYPE(Dependent, DependentTy)
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp447 setType(Context.DependentTy); in OverloadExpr()
487 return new (Mem) DependentScopeDeclRefExpr(Context.DependentTy, QualifierLoc, in Create()
1367 : Expr(CXXDependentScopeMemberExprClass, Ctx.DependentTy, VK_LValue, in CXXDependentScopeMemberExpr()
DType.cpp3441 : DecltypeType(E, Context.DependentTy), Context(Context) {} in DependentDecltypeType()
3457 : UnaryTransformType(BaseType, C.DependentTy, UKind, QualType()) {} in DependentUnaryTransformType()

123