Home | History | Annotate | Download | only in Sema

Lines Matching refs:DependentNameType

1715     if (const DependentNameType *DependentName = T->getAs<DependentNameType>()){
4154 const DependentNameType* T) {
8018 if (isa<DependentNameType>(T)) {
8313 /// Here, the type "typename X<T>::pointer" will be created as a DependentNameType,