Home
last modified time | relevance | path

Searched refs:isKeyword (Results 1 – 18 of 18) sorted by relevance

/external/clang/include/clang/Sema/
DTypoCorrection.h189 bool isKeyword() const { in isKeyword() function
195 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword() function
196 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()
DSemaInternal.h295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
/external/javapoet/src/main/java/com/squareup/javapoet/
DNameAllocator.java114 while (SourceVersion.isKeyword(suggestion) || !allocatedNames.add(suggestion)) { in newName()
/external/icu/icu4c/source/i18n/unicode/
Dplurrule.h435 UBool isKeyword(const UnicodeString& keyword) const;
/external/icu/icu4c/source/i18n/
Dplurrule.cpp421 PluralRules::isKeyword(const UnicodeString& keyword) const { in isKeyword() function in PluralRules
452 if (!other.isKeyword(*ptrKeyword)) { in operator ==()
458 if (!this->isKeyword(*ptrKeyword)) { in operator ==()
1093 RuleChain::isKeyword(const UnicodeString& keywordParam) const { in isKeyword() function in RuleChain
1099 return fNext->isKeyword(keywordParam); in isKeyword()
Dplurrule_impl.h366 UBool isKeyword(const UnicodeString& keyword) const;
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DJavaToken.java231 public boolean isKeyword() { in isKeyword() method in JavaToken.Category
/external/clang/lib/Sema/
DSemaLookup.cpp3889 NestedNameSpecifier *NNS, bool isKeyword) { in addName() argument
3904 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()
DSemaCast.cpp1794 AttrTokens.push_back(II->isKeyword(Self.getLangOpts()) in DiagnoseCallingConvCast()
1804 AttrTokens.push_back(II->isKeyword(Self.getLangOpts()) in DiagnoseCallingConvCast()
DSemaExprObjC.cpp1893 Corrected.isKeyword() ? nullptr : Corrected.getFoundDecl(); in HandleExprPropertyRefExpr()
2048 candidate.isKeyword("super"); in ValidateCandidate()
2129 if (Corrected.isKeyword()) { in getObjCMessageKind()
DSemaExprMember.cpp681 assert(!TC.isKeyword() && in LookupMemberExprInRecord()
DSemaDecl.cpp83 return !WantClassName && candidate.isKeyword(); in ValidateCandidate()
615 if (Corrected.isKeyword()) { in DiagnoseUnknownTypeName()
889 if (Corrected.isKeyword()) in ClassifyName()
DSemaExpr.cpp2241 if (BestTC.isKeyword()) { in ActOnIdExpression()
/external/clang/include/clang/Basic/
DIdentifierTable.h276 bool isKeyword(const LangOptions &LangOpts);
/external/clang/lib/Basic/
DIdentifierTable.cpp245 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) { in isKeyword() function in IdentifierInfo
/external/clang/lib/Lex/
DPPDirectives.cpp128 if (II->isKeyword(Lang)) in shouldWarnOnMacroDef()
2234 if (!II->isKeyword(LOptions)) in isConfigurationPattern()
/external/clang/lib/Parse/
DParseTentative.cpp1090 if (Candidate.isResolved() && !Candidate.isKeyword() && in ValidateCandidate()
DParseExpr.cpp498 return candidate.isKeyword(); in ValidateCandidate()