Home | History | Annotate | Download | only in Sema

Lines Matching refs:Prefix

135     // prefix of the nested-name-specifier.
147 NestedNameSpecifier *Prefix = nullptr;
150 } else if (LookAtPrefix && (Prefix = NNS->getPrefix())) {
152 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));