Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp489 ? Context.DependentTy in buildCoroutinePromise()
847 DependentCoawaitExpr(Loc, Context.DependentTy, Operand, Lookup); in BuildUnresolvedCoawaitExpr()
885 CoawaitExpr(Loc, Context.DependentTy, Operand, Awaiter, IsImplicit); in BuildResolvedCoawaitExpr()
948 Expr *Res = new (Context) CoyieldExpr(Loc, Context.DependentTy, Operand, E); in BuildCoyieldExpr()
H A DSemaTemplateVariadic.cpp690 PackExpansionExpr(Context.DependentTy, Pattern, EllipsisLoc, NumExpansions); in CheckPackExpansion()
1343 CXXFoldExpr(Context.DependentTy, Callee, LParenLoc, LHS, Operator, in BuildCXXFoldExpr()
H A DSemaPseudoObject.cpp1480 SemaRef.Context, op, opcode, SemaRef.Context.DependentTy, VK_PRValue, in checkIncDec()
1511 SemaRef.Context, LHS, RHS, opcode, SemaRef.Context.DependentTy, in checkAssignment()
H A DSemaExpr.cpp3477 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()
[all …]
H A DSemaOverload.cpp13854 CallExpr::Create(Context, Fn, Args, Context.DependentTy, VK_PRValue, in buildOverloadedCallSet()
14070 return CallExpr::Create(Context, Fn, Args, Context.DependentTy, in BuildOverloadedCallExpr()
14205 return UnaryOperator::Create(Context, Input, Opc, Context.DependentTy, VK, in CreateOverloadedUnaryOp()
14215 Context.DependentTy, VK_PRValue, OpLoc, in CreateOverloadedUnaryOp()
14448 Context, Args[0], Args[1], Opc, Context.DependentTy, VK_LValue, in CreateOverloadedBinOp()
14449 OK_Ordinary, OpLoc, CurFPFeatureOverrides(), Context.DependentTy, in CreateOverloadedBinOp()
14450 Context.DependentTy); in CreateOverloadedBinOp()
14452 Context, Args[0], Args[1], Opc, Context.DependentTy, VK_PRValue, in CreateOverloadedBinOp()
14466 Context.DependentTy, VK_PRValue, OpLoc, in CreateOverloadedBinOp()
15052 Context.DependentTy, VK_PRValue, RLoc, in CreateOverloadedArraySubscriptExpr()
H A DSemaOpenACC.cpp1620 ArrayExprTy = Context.DependentTy; in ActOnArraySectionExpr()
H A DSemaExprObjC.cpp513 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR); in BuildObjCBoxedExpr()
1142 StrTy = Context.DependentTy; in BuildObjCEncodeExpression()
2891 Context, Context.DependentTy, VK_PRValue, LBracLoc, Receiver, Sel, in BuildInstanceMessage()
H A DSemaType.cpp957 Context.DependentTy)) { in ConvertDeclSpecToType()
958 Result = Context.DependentTy; in ConvertDeclSpecToType()
3110 T = SemaRef.Context.DependentTy; in GetDeclSpecTypeForDeclarator()
4846 if (T != Context.DependentTy) { in GetFullTypeForDeclarator()
9411 return Context.DependentTy; in getDecltypeForExpr()
H A DSemaExprMember.cpp1317 BaseType = S.Context.DependentTy; in LookupMemberExpr()
H A DSemaLambda.cpp910 : S.Context.DependentTy; in getDummyLambdaType()
H A DSemaStmt.cpp2629 Binding->setType(Context.DependentTy); in BuildCXXForRangeStmt()
3477 FnRetType = CurCap->ReturnType = Context.DependentTy; in ActOnCapScopeReturnStmt()
H A DSemaExprCXX.cpp6851 return Context.DependentTy; in CXXCheckConditionalOperands()
6857 return Context.DependentTy; in CXXCheckConditionalOperands()
8190 ObjectTypePtrForLookup = ParsedType::make(Context.DependentTy); in ActOnPseudoDestructorExpr()
H A DSemaChecking.cpp4950 TheCall->setType(Context.DependentTy); in BuiltinComplex()
14473 TheCall->setType(Context.DependentTy); in BuiltinMatrixColumnMajorLoad()
14523 TheCall->setType(Context.DependentTy); in BuiltinMatrixColumnMajorLoad()
14583 TheCall->setType(Context.DependentTy); in BuiltinMatrixColumnMajorStore()
14601 TheCall->setType(Context.DependentTy); in BuiltinMatrixColumnMajorStore()
H A DSemaTemplateDeduction.cpp5236 assert(TypeToReplaceAuto != Context.DependentTy); in SubstAutoType()
5243 assert(TypeToReplaceAuto != Context.DependentTy); in SubstAutoTypeSourceInfo()
H A DSemaDecl.cpp4418 New->setType(Context.DependentTy); in MergeVarDeclTypes()
19390 EltTy = Context.DependentTy; in CheckEnumConstant()
19464 EltTy = Context.DependentTy; in CheckEnumConstant()
19852 Enum->completeDefinition(Context.DependentTy, Context.DependentTy, 0, 0); in ActOnEnumBody()
H A DSemaLookup.cpp5721 auto TE = new (Context) TypoExpr(Context.DependentTy, TypoLoc); in createDelayedTypo()
H A DSemaOpenMP.cpp18343 QualType Type = Context.DependentTy; in actOnOMPReductionKindClause()
23293 Base, LowerBound, Length, Stride, Context.DependentTy, VK_LValue, in ActOnOMPArraySectionExpr()
23449 return OMPArrayShapingExpr::Create(Context, Context.DependentTy, Base, in ActOnOMPArrayShapingExpr()
H A DSemaCodeComplete.cpp2816 if (T.isNull() || Context.hasSameType(T, Context.DependentTy)) in AddResultTypeChunk()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp502 setType(Context.DependentTy); in OverloadExpr()
542 return new (Mem) DependentScopeDeclRefExpr(Context.DependentTy, QualifierLoc, in Create()
1498 : Expr(CXXDependentScopeMemberExprClass, Ctx.DependentTy, VK_LValue, in CXXDependentScopeMemberExpr()
1726 Type = Context.DependentTy; in Create()
H A DExpr.cpp1602 return Ctx.DependentTy; in getCallReturnType()
1610 return Ctx.DependentTy; in getCallReturnType()
1613 return Ctx.DependentTy; in getCallReturnType()
4445 : Expr(GenericSelectionExprClass, Context.DependentTy, VK_PRValue, in GenericSelectionExpr()
4470 : Expr(GenericSelectionExprClass, Context.DependentTy, VK_PRValue, in GenericSelectionExpr()
H A DDeclCXX.cpp3259 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create()
H A DASTContext.cpp1329 InitBuiltinType(DependentTy, BuiltinType::Dependent); in InitBuiltinTypes()
5598 PackExpansionExpr(DependentTy, E, NTTP->getLocation(), std::nullopt); in getInjectedTemplateArg()
6105 DependentDecltypeType(e, DependentTy); in getDecltypeType()
H A DType.cpp4052 : UnaryTransformType(BaseType, C.DependentTy, UKind, QualType()) {} in DependentUnaryTransformType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def264 BUILTIN_TYPE(Dependent, DependentTy)
H A DASTContext.h1146 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnresolvedTemplateTy, variable

12