Searched defs:isKeyword (Results 1 - 6 of 6) sorted by relevance

/external/v8/test/mjsunit/
H A Dkeywords-and-reserved_words.js35 function isKeyword(x) function
59 if (isKeyword(x)) {
/external/clang/include/clang/Sema/
H A DTypoCorrection.h155 bool isKeyword() const { function in class:clang::TypoCorrection
162 bool isKeyword(const char (&Str)[StrLen]) const { function in class:clang::TypoCorrection
163 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
175 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
180 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
186 return (!isKeyword() && !CorrectionDecls.empty());
/external/icu4c/i18n/
H A Dplurrule.cpp273 PluralRules::isKeyword(const UnicodeString& keyword) const { function in class:PluralRules
282 return mRules->isKeyword(keyword);
312 if (!other.isKeyword(*ptrKeyword)) {
318 if (!this->isKeyword(*ptrKeyword)) {
1117 RuleChain::isKeyword(const UnicodeString& keywordParam) const { function in class:RuleChain
1123 return next->isKeyword(keywordParam);
/external/clang/lib/Sema/
H A DSemaLookup.cpp3195 NestedNameSpecifier *NNS=NULL, bool isKeyword=false);
3263 bool isKeyword) {
3265 if (isKeyword) TC.makeKeyword();
3277 CurrentCorrection.isKeyword() < Correction.isKeyword() ||
3773 if (!Cached->second.isKeyword() &&
4018 if (ED == 0 && Result.isKeyword()) return TypoCorrection();
4032 && BestResults["super"].isKeyword()) {
4058 if (isKeyword())
3259 addName(StringRef Name, NamedDecl *ND, unsigned Distance, NestedNameSpecifier *NNS, bool isKeyword) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 129 milliseconds