Home | History | Annotate | Download | only in Sema

Lines Matching defs:qual

642       TypeLoc qual = typeBoundInfo->getTypeLoc().findExplicitQualifierLoc();
643 if (qual || typeBound.hasQualifiers()) {
646 if (qual) {
647 if (auto attr = qual.getAs<AttributedTypeLoc>()) {
660 Diag(qual ? qual.getLocStart()