Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h182 bool isKeyword() const { in isKeyword() function
189 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword() function
190 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()
DSemaInternal.h291 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
/external/v8/test/webkit/
Dkeywords-and-reserved_words.js28 function isKeyword(x) function
52 if (isKeyword(x)) {
/external/v8/test/mjsunit/
Dkeywords-and-reserved_words.js35 function isKeyword(x) function
59 if (isKeyword(x)) {
/external/icu/icu4c/source/i18n/unicode/
Dplurrule.h437 UBool isKeyword(const UnicodeString& keyword) const;
/external/icu/icu4c/source/i18n/
Dplurrule.cpp400 PluralRules::isKeyword(const UnicodeString& keyword) const { in isKeyword() function in PluralRules
431 if (!other.isKeyword(*ptrKeyword)) { in operator ==()
437 if (!this->isKeyword(*ptrKeyword)) { in operator ==()
1033 RuleChain::isKeyword(const UnicodeString& keywordParam) const { in isKeyword() function in RuleChain
1039 return fNext->isKeyword(keywordParam); in isKeyword()
Dplurrule_impl.h273 UBool isKeyword(const UnicodeString& keyword) const;
/external/clang/lib/Sema/
DSemaLookup.cpp3803 NestedNameSpecifier *NNS, bool isKeyword) { in addName() argument
3818 if (isKeyword) TC.makeKeyword(); in addName()
4620 if (ED == 0 && Result.isKeyword()) in CorrectTypo()
4634 else if ((*Consumer)["super"].front().isKeyword()) in CorrectTypo()
4722 if (isKeyword()) in addCorrectionDecl()
4748 if (candidate.isKeyword()) in ValidateCandidate()
4787 return candidate.isKeyword(); in ValidateCandidate()
4966 Correction.isKeyword() ? nullptr : Correction.getCorrectionDecl(); in diagnoseTypo()
DSemaExprMember.cpp667 assert(!TC.isKeyword() && in LookupMemberExprInRecord()
DSemaExprObjC.cpp2033 candidate.isKeyword("super"); in ValidateCandidate()
2114 if (Corrected.isKeyword()) { in getObjCMessageKind()
DSemaDecl.cpp82 return !WantClassName && candidate.isKeyword(); in ValidateCandidate()
571 if (Corrected.isKeyword()) { in DiagnoseUnknownTypeName()
846 if (Corrected.isKeyword()) in ClassifyName()
DSemaExpr.cpp2178 if (BestTC.isKeyword()) { in ActOnIdExpression()
/external/clang/include/clang/Basic/
DIdentifierTable.h273 bool isKeyword(const LangOptions &LangOpts);
/external/clang/lib/Basic/
DIdentifierTable.cpp244 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) { in isKeyword() function in IdentifierInfo
/external/clang/lib/Lex/
DPPDirectives.cpp123 if (II->isKeyword(Lang)) in shouldWarnOnMacroDef()
2025 if (!II->isKeyword(LOptions)) in isConfigurationPattern()
/external/clang/lib/Parse/
DParseTentative.cpp1018 if (Candidate.isResolved() && !Candidate.isKeyword() && in ValidateCandidate()
DParseExpr.cpp485 return candidate.isKeyword(); in ValidateCandidate()
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dpolymer.js2294 function isKeyword(id) { function
2333 } else if (isKeyword(id)) {
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
Dpolymer.js2294 function isKeyword(id) { function
2333 } else if (isKeyword(id)) {