reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
124 while (TL.getTypeLocClass() == TypeLoc::Elaborated || 125 TL.getTypeLocClass() == TypeLoc::Qualified) 126 TL = TL.getNextTypeLoc(); 126 TL = TL.getNextTypeLoc(); 131 if (TL.getTypeLocClass() == TypeLoc::TemplateSpecialization) { 132 return TL.castAs<TemplateSpecializationTypeLoc>() 136 return TL.getEndLoc();