Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentType

1295   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() || Type->isInstantiationDependentType()) {
3551 if (Type->isDependentType() || Type->isInstantiationDependentType()) {