Home | History | Annotate | Download | only in Sema

Lines Matching refs:NestedNameSpecifier

219   auto *NNS = NestedNameSpecifier::Create(Context, nullptr, false,
339 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
459 static NestedNameSpecifier *
465 return NestedNameSpecifier::Create(Context, nullptr, ND);
467 return NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(),
470 return NestedNameSpecifier::GlobalSpecifier(Context);
484 NestedNameSpecifier *NNS =
542 if (SS->getScopeRep()->getKind() == NestedNameSpecifier::Super)