Home | History | Annotate | Download | only in Sema

Lines Matching refs:Prefix

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