Home | History | Annotate | Download | only in AST

Lines Matching refs:IsDependent

3365   assert((!NNS || NNS->isDependent()) && 
3749 bool IsDependent) const {
3750 if (DeducedType.isNull() && !IsDecltypeAuto && !IsDependent)
3756 AutoType::Profile(ID, DeducedType, IsDecltypeAuto, IsDependent);
3762 IsDependent);
6192 assert((!NNS || NNS->isDependent()) &&
6228 assert((!NNS || NNS->isDependent()) &&