Searched refs:isDependentType (Results 1 - 25 of 58) sorted by relevance

123

/external/clang/include/clang/Sema/
H A DLocInfoType.h39 : Type((TypeClass)LocInfo, ty, ty->isDependentType(),
/external/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp43 if (Exp->getType()->isDependentType())
/external/clang/lib/AST/
H A DExprCXX.cpp149 ty->isDependentType(), ty->isDependentType(),
224 if (ArgType->isDependentType() && !ArgType->isPointerType())
250 DestroyedType.getTypeSourceInfo()->getType()->isDependentType())),
860 T->isDependentType(), T->isDependentType(),
933 T->isDependentType(), T->isDependentType(), T->isDependentType(),
1146 Type->getType()->isDependentType(), tru
[all...]
H A DType.cpp173 : Type(Vector, canonType, vecType->isDependentType(),
185 : Type(tc, canonType, vecType->isDependentType(),
894 assert(!isDependentType() && "This doesn't make sense for dependent types");
1056 if (CanonicalType->isDependentType())
1113 if (CanonicalType->isDependentType())
1144 if (isDependentType())
1210 if (isDependentType())
1248 if (ty->isDependentType())
1330 if (this->isDependentType() || ET->getDecl()->getPromotionType().isNull()
1567 (!getTypePtr()->isDependentType()
[all...]
H A DCXXInheritance.cpp195 if (BaseType->isDependentType())
694 assert(!I.getType()->isDependentType() &&
716 assert(!I.getType()->isDependentType() &&
H A DDeclarationName.cpp245 return !T.isNull() && T->isDependentType();
H A DExpr.cpp46 if (DerivedType->isDependentType())
231 if (T->isDependentType()) {
244 if (T->isDependentType()) {
1297 /*ValueDependent=*/tsi->getType()->isDependentType(),
3404 : Expr(ObjCMessageExprClass, T, VK, OK_Ordinary, T->isDependentType(),
3405 T->isDependentType(), T->isInstantiationDependentType(),
3638 Type->isDependentType(), Type->isDependentType(),
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp174 if (Ty->isDependentType())
255 if (Ty->isDependentType() || Ty->isIncompleteType())
399 if (T->isDependentType()) {
H A DSemaCXXScopeSpec.cpp56 if (!T->isDependentType())
265 if (T->isDependentType())
323 isDependent = ObjectType->isDependentType();
435 isDependent = ObjectType->isDependentType();
758 if (!T->isDependentType() && !T->getAs<TagType>()) {
860 if (!T->isDependentType() && !T->getAs<TagType>()) {
H A DSemaExprCXX.cpp157 isDependent = SearchType->isDependentType();
171 isDependent = SearchType->isDependentType();
202 if (SearchType.isNull() || SearchType->isDependentType() ||
328 if (SearchType->isDependentType() || Context.hasSameUnqualifiedType(SearchType, T)) {
493 if (!Operand->getType()->isDependentType()) {
513 if (!E->getType()->isDependentType()) {
912 if (Ty->isDependentType() || CallExpr::hasAnyTypeDependentArguments(Exprs)) {
1371 } else if (!AllocType->isDependentType()) {
1405 if (!AllocType->isDependentType() &&
1416 if (ArraySize && !AllocType->isDependentType())
[all...]
H A DSemaDecl.cpp150 if (!TST || !TST->isDependentType())
1415 if (Ty->isIncompleteType() || Ty->isDependentType())
1750 !OldType->isDependentType() &&
1751 !NewType->isDependentType() &&
2590 !((NewQType->isDependentType() || OldQType->isDependentType()) &&
2619 OldAT->isDependentType() ? Context.DependentTy
2623 OldAT->isDependentType() ? Context.DependentTy
2757 if ((NewQType->isDependentType() || OldQType->isDependentType())
[all...]
H A DSemaType.cpp956 if (!Result->isDependentType())
1211 } else if (!T->isDependentType()) {
1538 if (!MPTy->getClass()->isDependentType())
1599 } else if ((!T->isDependentType() && !T->isIncompleteType() &&
1641 } else if (!T->isDependentType() && !T->isVariablyModifiedType() &&
1667 if (!T->isDependentType() &&
1704 if (!T->isDependentType() &&
1834 if (!Class->isDependentType() && !Class->isRecordType()) {
2792 (T->isDependentType() || T->isRecordType())))
4026 if (!type->isDependentType()
[all...]
H A DSemaAccess.cpp302 assert(T->isDependentType() && "non-dependent base wasn't a record?");
348 if (!Friend->isDependentType() && !Context->isDependentType())
430 if (Friend->isDependentType())
661 assert(T->isDependentType() && "non-dependent base wasn't a record?");
H A DSemaExprMember.cpp469 assert(BaseType->isDependentType() ||
520 assert(BaseType->isDependentType());
687 if (BaseType->isDependentType() ||
1191 assert(!BaseType->isDependentType());
1646 if (Base->getType()->isDependentType() || Name.isDependentName() ||
H A DSemaOpenMP.cpp1295 return Var->getType()->isDependentType() || (LB && LB->isValueDependent()) ||
1627 if (!VarType->isDependentType() && !VarType->isIntegerType() &&
2412 if (Type->isDependentType() || Type->isInstantiationDependentType()) {
2543 if (Type->isDependentType() || Type->isInstantiationDependentType()) {
2729 if (Type->isDependentType() || Type->isInstantiationDependentType()) {
2885 if (Type->isDependentType() || Type->isInstantiationDependentType()) {
3287 if (QType->isDependentType() || QType->isInstantiationDependentType()) {
3324 if (!Ty || (!Ty->isDependentType() && !Ty->isIntegralType(Context) &&
3397 if (!Ty || (!Ty->isDependentType() && !Ty->isArrayType() &&
3468 if (Type->isDependentType() || Typ
[all...]
H A DSemaTemplateDeduction.cpp1149 !DeducedType->isDependentType()) {
1209 if (!Param->isDependentType()) {
1220 } else if (!Param->isDependentType()) {
2178 if (NTTPType->isDependentType()) {
2346 if (NTTPType->isDependentType()) {
2842 if (NTTPType->isDependentType()) {
3931 !Replacement.isNull() && Replacement->isDependentType();
3977 if (Init->isTypeDependent() || Type.getType()->isDependentType()) {
4782 if (!T->isDependentType())
5094 if (!T->isDependentType())
[all...]
H A DSemaStmt.cpp1785 if (!FirstType->isDependentType() &&
2111 if (RangeVarType->isDependentType()) {
2466 if (!ReturnType.isNull() && !ReturnType->isDependentType()) {
2470 if (!VDType->isDependentType() &&
2492 if (!VD->getType()->isDependentType() && VD->hasAttr<AlignedAttr>() &&
2663 if (FnRetType->isDependentType()) {
2881 bool HasDependentReturnType = FnRetType->isDependentType();
3074 if (!ThrowType->isDependentType() &&
3113 if (!type->isDependentType() &&
H A DSemaExceptionSpec.cpp778 if (New->getParent()->isDependentType())
954 if (DTy.isNull() || DTy->isDependentType()) {
H A DSemaDeclCXX.cpp727 if (!(*i)->isDependentType() &&
798 if (!RT->isDependentType() &&
881 if (!VD->getType()->isDependentType() &&
887 if (!VD->getType()->isDependentType() &&
1182 Dcl->getReturnType()->isDependentType());
1379 if (BaseType->isDependentType()) {
1835 MD->getType()->isDependentType()))
2441 if (!FD->getType()->isDependentType() && !InitExpr->isTypeDependent()) {
2799 if (Member->getType()->isDependentType() || Init->isTypeDependent()) {
2912 if (!BaseType->isDependentType()
[all...]
H A DSemaTemplate.cpp260 isDependent = ObjectType->isDependentType();
644 T->isDependentType()) {
1079 assert(T->isDependentType() && "Class template type is not dependent?");
1776 } else if (Record->isDependentType()) {
1865 if (IsFriend && T->isDependentType()) {
3147 if (ArgType->getType()->isDependentType()) {
3400 if (NTTPType->isDependentType() &&
4768 if (InstantiatedParamType->isDependentType() || Arg->isTypeDependent()) {
5396 (OldNTTP->getType()->isDependentType() ||
5397 NewNTTP->getType()->isDependentType()))
[all...]
/external/clang/include/clang/AST/
H A DType.h1609 /// isDependentType - Whether this type is a dependent type, meaning
1612 bool isDependentType() const { return TypeBits.Dependent; } function in class:clang::Type
1912 Type(Complex, CanonicalPtr, Element->isDependentType(),
1942 Type(Paren, CanonType, InnerType->isDependentType(),
1973 Type(Pointer, CanonicalPtr, Pointee->isDependentType(),
2008 : Type(TC, CanonicalPtr, OriginalTy->isDependentType(),
2063 Type(BlockPointer, CanonicalCls, Pointee->isDependentType(),
2099 Type(tc, CanonicalRef, Referencee->isDependentType(),
2181 Cls->isDependentType() || Pointee->isDependentType(),
[all...]
H A DExpr.h822 T->isDependentType(),
823 T->isDependentType() ||
1185 type->isDependentType(), type->isDependentType(),
1671 input->isTypeDependent() || type->isDependentType(),
1977 TInfo->getType()->isDependentType(),
2600 tinfo->getType()->isDependentType(),
2681 ty->isDependentType(),
2684 ty->isDependentType() || (op && op->isValueDependent()),
3400 T->isDependentType(), fals
[all...]
H A DExprCXX.h494 Ty->isDependentType(), SubExpr->isValueDependent(),
538 Operand->getType()->isDependentType(),
680 false, Operand->getType()->isDependentType(),
772 Type->isDependentType(), Type->isDependentType(),
2165 false, queried->getType()->isDependentType(),
/external/chromium_org/tools/clang/plugins/
H A DChromeClassTester.cpp71 record->isDependentType())
/external/clang/tools/libclang/
H A DCXType.cpp708 if (QT->isDependentType())
743 if (QT->isDependentType())
760 if (FQT->isDependentType())
792 if (RT->isDependentType())

Completed in 5185 milliseconds

123