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

/external/clang/lib/Sema/
H A DSemaLambda.cpp266 if (AlternateType != Ctx.DependentTy)
273 // Use DependentTy to signal that we're using an alternate type and may
275 AlternateType = Ctx.DependentTy;
282 // Use DependentTy to signal that we're using an alternate type and may
284 AlternateType = Ctx.DependentTy;
342 if (AlternateType == Ctx.DependentTy) {
388 QualType MethodTy = Context.getFunctionType(Context.DependentTy,
412 != Context.DependentTy;
H A DSemaPseudoObject.cpp1312 return new (Context) UnaryOperator(op, opcode, Context.DependentTy,
1334 return new (Context) BinaryOperator(LHS, RHS, opcode, Context.DependentTy,
H A DSemaTemplateVariadic.cpp512 return Owned(new (Context) PackExpansionExpr(Context.DependentTy, Pattern,
H A DSemaOverload.cpp9750 Context.DependentTy, VK_RValue,
9924 Context.DependentTy,
9936 Context.DependentTy,
10114 Context.DependentTy,
10119 Context.DependentTy,
10122 Context.DependentTy,
10123 Context.DependentTy,
10138 Context.DependentTy,
10385 Context.DependentTy,
H A DSemaExpr.cpp2519 ResTy = Context.DependentTy;
3164 return S.Context.DependentTy;
3244 Context.DependentTy,
3292 ResultType = Context.DependentTy;
3828 Context.DependentTy, VK_RValue, RParenLoc));
3831 Context.DependentTy, VK_RValue,
7764 return S.Context.DependentTy;
7936 return S.Context.DependentTy;
8071 return S.Context.DependentTy;
9042 CurrentType = Context.DependentTy;
[all...]
H A DSemaExprObjC.cpp423 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, NULL, SR);
926 StrTy = Context.DependentTy;
2110 return Owned(ObjCMessageExpr::Create(Context, Context.DependentTy,
H A DSemaType.cpp651 Result = Context.DependentTy;
4589 return S.Context.DependentTy;
H A DSemaDecl.cpp10333 EltTy = Context.DependentTy;
10399 EltTy = Context.DependentTy;
10801 Enum->completeDefinition(Context.DependentTy, Context.DependentTy, 0, 0);
H A DSemaStmt.cpp2274 FnRetType = CurCap->ReturnType = Context.DependentTy;
H A DSemaExprCXX.cpp4130 return Context.DependentTy;
5168 ObjectTypePtrForLookup = ParsedType::make(Context.DependentTy);
H A DSemaCodeComplete.cpp2027 if (T.isNull() || Context.hasSameType(T, Context.DependentTy))
/external/clang/lib/AST/
H A DExprCXX.cpp316 setType(C.DependentTy);
386 return new (Mem) DependentScopeDeclRefExpr(C.DependentTy, QualifierLoc,
1057 : Expr(CXXDependentScopeMemberExprClass, C.DependentTy,
1091 : Expr(CXXDependentScopeMemberExprClass, C.DependentTy,
H A DDeclTemplate.cpp199 E = new (Context) PackExpansionExpr(Context.DependentTy, E,
H A DDeclCXX.cpp1977 return new (C) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc,
H A DType.cpp1754 : DecltypeType(E, Context.DependentTy), Context(Context) { }
H A DExpr.cpp3461 Context.DependentTy,
H A DASTContext.cpp787 // DependentTy and users should never see it; however, it is here to
790 InitBuiltinType(DependentTy, BuiltinType::Dependent);
/external/clang/include/clang/AST/
H A DASTContext.h689 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy; member in class:clang::ASTContext
/external/clang/lib/Serialization/
H A DASTReader.cpp4448 case PREDEF_TYPE_DEPENDENT_ID: T = Context.DependentTy; break;

Completed in 674 milliseconds