Searched refs:isKeyword (Results 1 – 12 of 12) sorted by relevance
182 bool isKeyword() const { in isKeyword() function189 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword() function190 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str); in isKeyword()213 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin(); in begin()218 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin(); in begin()229 return (!isKeyword() && !CorrectionDecls.empty()); in hasCorrectionDecl()
291 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
3627 NestedNameSpecifier *NNS, bool isKeyword) { in addName() argument3642 if (isKeyword) TC.makeKeyword(); in addName()4438 if (ED == 0 && Result.isKeyword()) in CorrectTypo()4452 else if ((*Consumer)["super"].front().isKeyword()) in CorrectTypo()4540 if (isKeyword()) in addCorrectionDecl()4566 if (candidate.isKeyword()) in ValidateCandidate()4605 return candidate.isKeyword(); in ValidateCandidate()4784 Correction.isKeyword() ? nullptr : Correction.getCorrectionDecl(); in diagnoseTypo()
641 assert(!TC.isKeyword() && in LookupMemberExprInRecord()
2033 candidate.isKeyword("super"); in ValidateCandidate()2114 if (Corrected.isKeyword()) { in getObjCMessageKind()
83 return !WantClassName && candidate.isKeyword(); in ValidateCandidate()571 if (Corrected.isKeyword()) { in DiagnoseUnknownTypeName()846 if (Corrected.isKeyword()) in ClassifyName()
2200 if (BestTC.isKeyword()) { in ActOnIdExpression()
256 bool isKeyword(const LangOptions &LangOpts);
245 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) { in isKeyword() function in IdentifierInfo
123 if (II->isKeyword(Lang)) in shouldWarnOnMacroDef()2001 if (!II->isKeyword(LOptions)) in isConfigurationPattern()
1018 if (Candidate.isResolved() && !Candidate.isKeyword() && in ValidateCandidate()
483 return candidate.isKeyword(); in ValidateCandidate()