/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 138 ? 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()
|
D | SemaTemplateVariadic.cpp | 522 PackExpansionExpr(Context.DependentTy, Pattern, EllipsisLoc, NumExpansions); in CheckPackExpansion() 990 return new (Context) CXXFoldExpr(Context.DependentTy, LParenLoc, LHS, in BuildCXXFoldExpr()
|
D | SemaLambda.cpp | 368 Result = SubstAutoType(Result, Context.DependentTy); in startLambdaDefinition() 845 : Context.DependentTy; in ActOnStartOfLambdaDefinition()
|
D | SemaPseudoObject.cpp | 1556 return new (Context) UnaryOperator(op, opcode, Context.DependentTy, in checkPseudoObjectIncDec() 1586 return new (Context) BinaryOperator(LHS, RHS, opcode, Context.DependentTy, in checkPseudoObjectAssignment()
|
D | SemaExpr.cpp | 3012 ResTy = Context.DependentTy; in BuildPredefinedExpr() 3837 return S.Context.DependentTy; in CheckRealImagOperand() 3951 return new (Context) ArraySubscriptExpr(base, idx, Context.DependentTy, in ActOnArraySubscriptExpr() 4019 OMPArraySectionExpr(Base, LowerBound, Length, Context.DependentTy, in ActOnOMPArraySectionExpr() 4152 ResultType = Context.DependentTy; in CreateBuiltinArraySubscriptExpr() 4901 Context.DependentTy, VK_RValue, RParenLoc); in ActOnCallExpr() 4904 Context, Fn, ArgExprs, Context.DependentTy, VK_RValue, RParenLoc); in ActOnCallExpr() 9662 return S.Context.DependentTy; in CheckIncrementDecrementOperand() 9857 return Context.DependentTy; in CheckAddressOfOperand() 10048 return S.Context.DependentTy; in CheckIndirectionOperand() [all …]
|
D | SemaOverload.cpp | 11097 Context, Fn, Args, Context.DependentTy, VK_RValue, RParenLoc); in buildOverloadedCallSet() 11281 return new (Context) UnaryOperator(Input, Opc, Context.DependentTy, in CreateOverloadedUnaryOp() 11291 CXXOperatorCallExpr(Context, Op, Fn, ArgsArray, Context.DependentTy, in CreateOverloadedUnaryOp() 11455 Args[0], Args[1], Opc, Context.DependentTy, VK_RValue, OK_Ordinary, in CreateOverloadedBinOp() 11459 Args[0], Args[1], Opc, Context.DependentTy, VK_LValue, OK_Ordinary, in CreateOverloadedBinOp() 11460 Context.DependentTy, Context.DependentTy, OpLoc, in CreateOverloadedBinOp() 11474 CXXOperatorCallExpr(Context, Op, Fn, Args, Context.DependentTy, in CreateOverloadedBinOp() 11734 Context.DependentTy, VK_RValue, RLoc, false); in CreateOverloadedArraySubscriptExpr()
|
D | SemaExprObjC.cpp | 504 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR); in BuildObjCBoxedExpr() 1056 StrTy = Context.DependentTy; in BuildObjCEncodeExpression() 2566 Context, Context.DependentTy, VK_RValue, LBracLoc, Receiver, Sel, in BuildInstanceMessage()
|
D | SemaDecl.cpp | 2893 OldAT->isDependentType() ? Context.DependentTy in MergeFunctionDecl() 2897 OldAT->isDependentType() ? Context.DependentTy in MergeFunctionDecl() 3312 New->setType(Context.DependentTy); in MergeVarDeclTypes() 7598 SubstAutoType(FPT->getReturnType(), Context.DependentTy); in ActOnFunctionDeclarator() 13868 EltTy = Context.DependentTy; in CheckEnumConstant() 13934 EltTy = Context.DependentTy; in CheckEnumConstant() 14337 Enum->completeDefinition(Context.DependentTy, Context.DependentTy, 0, 0); in ActOnEnumBody()
|
D | SemaStmt.cpp | 2183 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt() 2857 FnRetType = CurCap->ReturnType = Context.DependentTy; in ActOnCapScopeReturnStmt()
|
D | SemaTemplateDeduction.cpp | 3610 FunctionType = SubstAutoType(FunctionType, Context.DependentTy); in DeduceTemplateArguments() 4005 Result = SubstituteAutoTransform(*this, Context.DependentTy).Apply(Type); in DeduceAutoType()
|
D | SemaExprCXX.cpp | 4857 return Context.DependentTy; in CXXCheckConditionalOperands() 5937 ObjectTypePtrForLookup = ParsedType::make(Context.DependentTy); in ActOnPseudoDestructorExpr()
|
D | SemaType.cpp | 1243 Result = Context.DependentTy; in ConvertDeclSpecToType() 6882 return S.Context.DependentTy; in getDecltypeForExpr()
|
D | SemaLookup.cpp | 4976 auto TE = new (Context) TypoExpr(Context.DependentTy); in createDelayedTypo()
|
D | SemaCodeComplete.cpp | 2097 if (T.isNull() || Context.hasSameType(T, Context.DependentTy)) in AddResultTypeChunk()
|
D | TreeTransform.h | 10355 getSema().Context.DependentTy, DRE.get(), E->getPackLoc(), None); in TransformSizeOfPackExpr()
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 388 setType(C.DependentTy); in OverloadExpr() 458 return new (Mem) DependentScopeDeclRefExpr(C.DependentTy, QualifierLoc, in Create() 1207 : Expr(CXXDependentScopeMemberExprClass, C.DependentTy, in CXXDependentScopeMemberExpr() 1242 : Expr(CXXDependentScopeMemberExprClass, C.DependentTy, in CXXDependentScopeMemberExpr()
|
D | DeclTemplate.cpp | 229 E = new (Context) PackExpansionExpr(Context.DependentTy, E, in GenerateInjectedTemplateArgs()
|
D | DeclCXX.cpp | 2139 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create()
|
D | Type.cpp | 2927 : DecltypeType(E, Context.DependentTy), Context(Context) { } in DependentDecltypeType()
|
D | Expr.cpp | 3631 Context.DependentTy, in GenericSelectionExpr()
|
D | ASTContext.cpp | 1060 InitBuiltinType(DependentTy, BuiltinType::Dependent); in InitBuiltinTypes()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 193 BUILTIN_TYPE(Dependent, DependentTy)
|
D | ASTContext.h | 894 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; variable
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6005 T = Context.DependentTy; in GetType()
|