Home | History | Annotate | Download | only in Sema

Lines Matching refs:Prefix

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