Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentType

157       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())
1482 if (!AllocType->isDependentType() &&
1536 if (ArraySize && !BaseAllocType->isDependentType()) {
1569 else if (!AllocType->isDependentType() &&
2346 } else if (!Pointee->isDependentType()) {
3230 assert(!T->isDependentType() && "Cannot evaluate traits of dependent type");
3717 if (Args[I]->getType()->isDependentType()) {
3751 assert(!LhsT->isDependentType() && !RhsT->isDependentType() &&
3938 assert(!T->isDependentType() && "Cannot evaluate traits of dependent type");
3999 if (!T->isDependentType())
5177 if (BaseType->isDependentType()) {
5285 if (!BaseType->isDependentType() &&
5361 if (!ObjectType->isDependentType() && !ObjectType->isScalarType() &&
5379 if (!DestructedType->isDependentType() && !ObjectType->isDependentType()) {
5420 if (!ScopeType->isDependentType() && !ObjectType->isDependentType() &&
5474 else if (ObjectType->isDependentType())
5489 (!SS.isSet() && ObjectType->isDependentType()))) {
5814 if (Var->getType()->isDependentType() || Init->isValueDependent()) {