Home | History | Annotate | Download | only in AST

Lines Matching refs:DependentNameType

3528   DependentNameType::Profile(ID, Keyword, NNS, Name);
3531 DependentNameType *T
3536 T = new (*this, TypeAlignment) DependentNameType(Keyword, NNS, Name, Canon);
4419 if (const DependentNameType *DNT = T->getAs<DependentNameType>())