Home | History | Annotate | Download | only in Sema

Lines Matching refs:Qualifier

1802       assert(!QualifierLoc && "Can't have an unnamed field with a qualifier!");
3020 for (NestedNameSpecifierLoc Qualifier = NNS; Qualifier;
3021 Qualifier = Qualifier.getPrefix())
3022 Qualifiers.push_back(Qualifier);
3098 // The qualifier-in-scope and object type only apply to the leftmost entity.
3636 // A lifetime qualifier applied to a substituted template parameter
3637 // overrides the lifetime qualifier from the template argument.
3662 // Otherwise, complain about the addition of a qualifier to an
4511 // "pointer to cv-qualifier-seq X" between the optional cv-qualifer-seq
5091 // NOTE: the qualifier in an ElaboratedType is optional.
7184 // first-qualifier-in-scope here, just in case we had a dependent
7186 // nested-name-qualifier (and therefore could do the lookup).
8211 // Rebuild the nested-name qualifier, if present.
9118 // first-qualifier-in-scope here, just in case we had a dependent
9120 // nested-name-qualifier (and therefore could do the lookup).