Home | History | Annotate | Download | only in Sema

Lines Matching refs:Qualifier

1608       assert(!QualifierLoc && "Can't have an unnamed field with a qualifier!");
2859 for (NestedNameSpecifierLoc Qualifier = NNS; Qualifier;
2860 Qualifier = Qualifier.getPrefix())
2861 Qualifiers.push_back(Qualifier);
2937 // The qualifier-in-scope and object type only apply to the leftmost entity.
3475 // A lifetime qualifier applied to a substituted template parameter
3476 // overrides the lifetime qualifier from the template argument.
3500 // Otherwise, complain about the addition of a qualifier to an
4365 // "pointer to cv-qualifier-seq X" between the optional cv-qualifer-seq
4948 // NOTE: the qualifier in an ElaboratedType is optional.
6737 // first-qualifier-in-scope here, just in case we had a dependent
6739 // nested-name-qualifier (and therefore could do the lookup).
7766 // Rebuild the nested-name qualifier, if present.
8596 // first-qualifier-in-scope here, just in case we had a dependent
8598 // nested-name-qualifier (and therefore could do the lookup).