Home | History | Annotate | Download | only in Frontend

Lines Matching refs:IsNestedNameSpecifier

267                                     bool &IsNestedNameSpecifier) {
268 IsNestedNameSpecifier = false;
306 IsNestedNameSpecifier = true;
314 IsNestedNameSpecifier = true;
316 IsNestedNameSpecifier = true;
331 IsNestedNameSpecifier = true;
362 bool IsNestedNameSpecifier = false;
368 R.Declaration, Ctx->getLangOpts(), IsNestedNameSpecifier);
400 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier &&