Home | History | Annotate | Download | only in AST

Lines Matching refs:IsDependent

3597   assert((!NNS || NNS->isDependent()) && 
4041 bool IsDependent) const {
4042 if (DeducedType.isNull() && Keyword == AutoTypeKeyword::Auto && !IsDependent)
4048 AutoType::Profile(ID, DeducedType, Keyword, IsDependent);
4054 IsDependent);
6583 assert((!NNS || NNS->isDependent()) &&
6619 assert((!NNS || NNS->isDependent()) &&