Home | History | Annotate | Download | only in AST

Lines Matching refs:DNT

4473     if (const DependentNameType *DNT = T->getAs<DependentNameType>())
4474 return NestedNameSpecifier::Create(*this, DNT->getQualifier(),
4475 const_cast<IdentifierInfo *>(DNT->getIdentifier()));