Searched refs:isKeyword (Results 1 – 18 of 18) sorted by relevance
189 bool isKeyword() const { in isKeyword() function195 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword() function196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str); in isKeyword()219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin(); in begin()224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin(); in begin()235 return (!isKeyword() && !CorrectionDecls.empty()); in hasCorrectionDecl()
295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
114 while (SourceVersion.isKeyword(suggestion) || !allocatedNames.add(suggestion)) { in newName()
435 UBool isKeyword(const UnicodeString& keyword) const;
421 PluralRules::isKeyword(const UnicodeString& keyword) const { in isKeyword() function in PluralRules452 if (!other.isKeyword(*ptrKeyword)) { in operator ==()458 if (!this->isKeyword(*ptrKeyword)) { in operator ==()1093 RuleChain::isKeyword(const UnicodeString& keywordParam) const { in isKeyword() function in RuleChain1099 return fNext->isKeyword(keywordParam); in isKeyword()
366 UBool isKeyword(const UnicodeString& keyword) const;
231 public boolean isKeyword() { in isKeyword() method in JavaToken.Category
3889 NestedNameSpecifier *NNS, bool isKeyword) { in addName() argument3904 if (isKeyword) TC.makeKeyword(); in addName()4702 if (ED == 0 && Result.isKeyword()) in CorrectTypo()4716 else if ((*Consumer)["super"].front().isKeyword()) in CorrectTypo()4813 if (isKeyword()) in addCorrectionDecl()4839 if (candidate.isKeyword()) in ValidateCandidate()4878 return candidate.isKeyword(); in ValidateCandidate()5080 Correction.isKeyword() ? nullptr : Correction.getFoundDecl(); in diagnoseTypo()
1794 AttrTokens.push_back(II->isKeyword(Self.getLangOpts()) in DiagnoseCallingConvCast()1804 AttrTokens.push_back(II->isKeyword(Self.getLangOpts()) in DiagnoseCallingConvCast()
1893 Corrected.isKeyword() ? nullptr : Corrected.getFoundDecl(); in HandleExprPropertyRefExpr()2048 candidate.isKeyword("super"); in ValidateCandidate()2129 if (Corrected.isKeyword()) { in getObjCMessageKind()
681 assert(!TC.isKeyword() && in LookupMemberExprInRecord()
83 return !WantClassName && candidate.isKeyword(); in ValidateCandidate()615 if (Corrected.isKeyword()) { in DiagnoseUnknownTypeName()889 if (Corrected.isKeyword()) in ClassifyName()
2241 if (BestTC.isKeyword()) { in ActOnIdExpression()
276 bool isKeyword(const LangOptions &LangOpts);
245 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) { in isKeyword() function in IdentifierInfo
128 if (II->isKeyword(Lang)) in shouldWarnOnMacroDef()2234 if (!II->isKeyword(LOptions)) in isConfigurationPattern()
1090 if (Candidate.isResolved() && !Candidate.isKeyword() && in ValidateCandidate()
498 return candidate.isKeyword(); in ValidateCandidate()