Home | History | Annotate | Download | only in Sema

Lines Matching refs:isKeyword

3438                NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
3510 NestedNameSpecifier *NNS, bool isKeyword) {
3525 if (isKeyword) TC.makeKeyword();
4267 if (!Cached->second.isKeyword() &&
4378 if (ED == 0 && Result.isKeyword())
4401 else if (Consumer["super"].front().isKeyword())
4428 if (isKeyword())
4453 if (candidate.isKeyword())
4491 return candidate.isKeyword();
4617 Correction.isKeyword() ? nullptr : Correction.getCorrectionDecl();