/external/clang/include/clang/Sema/ |
D | TypoCorrection.h | 182 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()
|
D | SemaInternal.h | 291 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
|
/external/v8/test/webkit/ |
D | keywords-and-reserved_words.js | 28 function isKeyword(x) function 52 if (isKeyword(x)) {
|
/external/v8/test/mjsunit/ |
D | keywords-and-reserved_words.js | 35 function isKeyword(x) function 59 if (isKeyword(x)) {
|
/external/icu/icu4c/source/i18n/unicode/ |
D | plurrule.h | 437 UBool isKeyword(const UnicodeString& keyword) const;
|
/external/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 400 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()
|
D | plurrule_impl.h | 273 UBool isKeyword(const UnicodeString& keyword) const;
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3803 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()
|
D | SemaExprMember.cpp | 667 assert(!TC.isKeyword() && in LookupMemberExprInRecord()
|
D | SemaExprObjC.cpp | 2033 candidate.isKeyword("super"); in ValidateCandidate() 2114 if (Corrected.isKeyword()) { in getObjCMessageKind()
|
D | SemaDecl.cpp | 82 return !WantClassName && candidate.isKeyword(); in ValidateCandidate() 571 if (Corrected.isKeyword()) { in DiagnoseUnknownTypeName() 846 if (Corrected.isKeyword()) in ClassifyName()
|
D | SemaExpr.cpp | 2178 if (BestTC.isKeyword()) { in ActOnIdExpression()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 273 bool isKeyword(const LangOptions &LangOpts);
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 244 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) { in isKeyword() function in IdentifierInfo
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 123 if (II->isKeyword(Lang)) in shouldWarnOnMacroDef() 2025 if (!II->isKeyword(LOptions)) in isConfigurationPattern()
|
/external/clang/lib/Parse/ |
D | ParseTentative.cpp | 1018 if (Candidate.isResolved() && !Candidate.isKeyword() && in ValidateCandidate()
|
D | ParseExpr.cpp | 485 return candidate.isKeyword(); in ValidateCandidate()
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | polymer.js | 2294 function isKeyword(id) { function 2333 } else if (isKeyword(id)) {
|
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
D | polymer.js | 2294 function isKeyword(id) { function 2333 } else if (isKeyword(id)) {
|