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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp395 setType(C.DependentTy);
466 return new (Mem) DependentScopeDeclRefExpr(C.DependentTy, QualifierLoc,
1182 : Expr(CXXDependentScopeMemberExprClass, C.DependentTy,
1216 : Expr(CXXDependentScopeMemberExprClass, C.DependentTy,
H A DDeclTemplate.cpp199 E = new (Context) PackExpansionExpr(Context.DependentTy, E,
H A DDeclCXX.cpp2051 return new (C) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc,
H A DType.cpp1807 : DecltypeType(E, Context.DependentTy), Context(Context) { }
H A DExpr.cpp3660 Context.DependentTy,
H A DASTContext.cpp978 // DependentTy and users should never see it; however, it is here to
981 InitBuiltinType(DependentTy, BuiltinType::Dependent);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp282 Result = SubstAutoType(Result, Context.DependentTy);
533 // If it was ever a placeholder, it had to been deduced to DependentTy.
789 : Context.DependentTy;
H A DSemaPseudoObject.cpp1483 return new (Context) UnaryOperator(op, opcode, Context.DependentTy,
1509 return new (Context) BinaryOperator(LHS, RHS, opcode, Context.DependentTy,
H A DSemaTemplateVariadic.cpp512 return Owned(new (Context) PackExpansionExpr(Context.DependentTy, Pattern,
H A DSemaOverload.cpp10286 Context.DependentTy, VK_RValue,
10457 Context.DependentTy,
10468 Context.DependentTy,
10636 Context.DependentTy,
10642 Context.DependentTy,
10645 Context.DependentTy,
10646 Context.DependentTy,
10661 Context.DependentTy, VK_RValue,
10914 Context.DependentTy,
H A DSemaExpr.cpp2840 ResTy = Context.DependentTy;
3591 return S.Context.DependentTy;
3689 Context.DependentTy,
3743 ResultType = Context.DependentTy;
4436 Context.DependentTy, VK_RValue, RParenLoc));
4439 Context.DependentTy, VK_RValue,
8538 return S.Context.DependentTy;
8726 return Context.DependentTy;
8875 return S.Context.DependentTy;
9983 CurrentType = Context.DependentTy;
[all...]
H A DSemaExprObjC.cpp444 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, NULL, SR);
938 StrTy = Context.DependentTy;
2246 return Owned(ObjCMessageExpr::Create(Context, Context.DependentTy,
H A DSemaDecl.cpp2520 OldAT->isDependentType() ? Context.DependentTy
2524 OldAT->isDependentType() ? Context.DependentTy
2939 New->setType(Context.DependentTy);
6762 Context.DependentTy);
12261 EltTy = Context.DependentTy;
12327 EltTy = Context.DependentTy;
12678 Enum->completeDefinition(Context.DependentTy, Context.DependentTy, 0, 0);
H A DSemaStmt.cpp2049 // Deduce any 'auto's in the loop variable as 'DependentTy'. We'll fill
2052 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy));
2544 FnRetType = CurCap->ReturnType = Context.DependentTy;
H A DSemaTemplateDeduction.cpp3593 FunctionType = SubstAutoType(FunctionType, Context.DependentTy);
3985 Result = SubstituteAutoTransform(*this, Context.DependentTy).Apply(Type);
3986 assert(!Result.isNull() && "substituting DependentTy can't fail");
H A DSemaExprCXX.cpp4394 return Context.DependentTy;
5502 ObjectTypePtrForLookup = ParsedType::make(Context.DependentTy);
H A DSemaType.cpp772 Result = Context.DependentTy;
5398 return S.Context.DependentTy;
H A DSemaCodeComplete.cpp2086 if (T.isNull() || Context.hasSameType(T, Context.DependentTy))
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h782 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; member in class:clang::ASTContext
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5236 case PREDEF_TYPE_DEPENDENT_ID: T = Context.DependentTy; break;

Completed in 369 milliseconds