Searched refs:DependentTy (Results 1 - 24 of 24) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCoroutine.cpp138 ? S.Context.DependentTy
239 Expr *Res = new (Context) CoawaitExpr(Loc, Context.DependentTy, E);
306 Expr *Res = new (Context) CoyieldExpr(Loc, Context.DependentTy, E);
H A DSemaTemplateVariadic.cpp522 PackExpansionExpr(Context.DependentTy, Pattern, EllipsisLoc, NumExpansions);
994 return new (Context) CXXFoldExpr(Context.DependentTy, LParenLoc, LHS,
H A DSemaLambda.cpp370 Result = SubstAutoType(Result, Context.DependentTy);
618 // If it was ever a placeholder, it had to been deduced to DependentTy.
842 : Context.DependentTy;
H A DSemaPseudoObject.cpp1557 return new (Context) UnaryOperator(op, opcode, Context.DependentTy,
1587 return new (Context) BinaryOperator(LHS, RHS, opcode, Context.DependentTy,
H A DSemaExpr.cpp3077 ResTy = Context.DependentTy;
4059 return S.Context.DependentTy;
4173 return new (Context) ArraySubscriptExpr(base, idx, Context.DependentTy,
4247 OMPArraySectionExpr(Base, LowerBound, Length, Context.DependentTy,
4387 ResultType = Context.DependentTy;
5158 Context.DependentTy, VK_RValue, RParenLoc);
5161 Context, Fn, ArgExprs, Context.DependentTy, VK_RValue, RParenLoc);
10175 return S.Context.DependentTy;
10370 return Context.DependentTy;
10562 return S.Context.DependentTy;
[all...]
H A DSemaExprObjC.cpp502 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR);
1053 StrTy = Context.DependentTy;
2578 Context, Context.DependentTy, VK_RValue, LBracLoc, Receiver, Sel,
H A DSemaOverload.cpp11327 Context, Fn, Args, Context.DependentTy, VK_RValue, RParenLoc);
11528 return new (Context) UnaryOperator(Input, Opc, Context.DependentTy,
11538 CXXOperatorCallExpr(Context, Op, Fn, ArgsArray, Context.DependentTy,
11702 Args[0], Args[1], Opc, Context.DependentTy, VK_RValue, OK_Ordinary,
11706 Args[0], Args[1], Opc, Context.DependentTy, VK_LValue, OK_Ordinary,
11707 Context.DependentTy, Context.DependentTy, OpLoc,
11721 CXXOperatorCallExpr(Context, Op, Fn, Args, Context.DependentTy,
11981 Context.DependentTy, VK_RValue, RLoc, false);
H A DSemaDecl.cpp2967 OldAT->isDependentType() ? Context.DependentTy
2971 OldAT->isDependentType() ? Context.DependentTy
3419 New->setType(Context.DependentTy);
7876 SubstAutoType(FPT->getReturnType(), Context.DependentTy);
14322 EltTy = Context.DependentTy;
14391 EltTy = Context.DependentTy;
14794 Enum->completeDefinition(Context.DependentTy, Context.DependentTy, 0, 0);
H A DSemaStmt.cpp2203 // Deduce any 'auto's in the loop variable as 'DependentTy'. We'll fill
2206 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy));
2912 FnRetType = CurCap->ReturnType = Context.DependentTy;
H A DSemaTemplateDeduction.cpp3602 FunctionType = SubstAutoType(FunctionType, Context.DependentTy);
3997 Result = SubstituteAutoTransform(*this, Context.DependentTy).Apply(Type);
3998 assert(!Result.isNull() && "substituting DependentTy can't fail");
H A DSemaType.cpp1312 Context.DependentTy)) {
1313 Result = Context.DependentTy;
7248 return S.Context.DependentTy;
H A DSemaExprCXX.cpp5125 return Context.DependentTy;
6213 ObjectTypePtrForLookup = ParsedType::make(Context.DependentTy);
H A DSemaLookup.cpp5090 auto TE = new (Context) TypoExpr(Context.DependentTy);
H A DSemaCodeComplete.cpp2109 if (T.isNull() || Context.hasSameType(T, Context.DependentTy))
H A DSemaOpenMP.cpp9114 QualType Type = Context.DependentTy;
H A DTreeTransform.h10692 getSema().Context.DependentTy, DRE.get(), E->getPackLoc(), None);
/external/clang/lib/AST/
H A DExprCXX.cpp317 setType(C.DependentTy);
386 return new (Mem) DependentScopeDeclRefExpr(C.DependentTy, QualifierLoc,
1114 : Expr(CXXDependentScopeMemberExprClass, C.DependentTy, VK_LValue,
H A DDeclTemplate.cpp220 E = new (Context) PackExpansionExpr(Context.DependentTy, E,
H A DType.cpp2919 : DecltypeType(E, Context.DependentTy), Context(Context) { }
2940 : UnaryTransformType(BaseType, C.DependentTy, UKind, QualType())
H A DDeclCXX.cpp2252 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc,
H A DExpr.cpp3493 Context.DependentTy,
H A DASTContext.cpp1057 // DependentTy and users should never see it; however, it is here to
1060 InitBuiltinType(DependentTy, BuiltinType::Dependent);
/external/clang/include/clang/AST/
H A DASTContext.h909 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; member in class:clang::ASTContext::DynTypedNodeList
/external/clang/lib/Serialization/
H A DASTReader.cpp6053 T = Context.DependentTy;

Completed in 438 milliseconds