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

/external/chromium_org/v8/test/webkit/
H A Dkeywords-and-reserved_words.js28 function isKeyword(x) function
52 if (isKeyword(x)) {
/external/chromium_org/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.h181 bool isKeyword() const { function in class:clang::TypoCorrection
188 bool isKeyword(const char (&Str)[StrLen]) const { function in class:clang::TypoCorrection
189 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
213 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
218 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
229 return (!isKeyword() && !CorrectionDecls.empty());
/external/chromium_org/third_party/icu/source/i18n/
H A Dplurrule.cpp324 PluralRules::isKeyword(const UnicodeString& keyword) const { function in class:PluralRules
355 if (!other.isKeyword(*ptrKeyword)) {
361 if (!this->isKeyword(*ptrKeyword)) {
957 RuleChain::isKeyword(const UnicodeString& keywordParam) const { function in class:RuleChain
963 return fNext->isKeyword(keywordParam);
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h736 bool isKeyword() const { function in class:SkPdfNativeObject
743 bool isKeyword(const char* keyword) const { function in class:SkPdfNativeObject
746 if (!isKeyword()) {
/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp427 PluralRules::isKeyword(const UnicodeString& keyword) const { function in class:PluralRules
458 if (!other.isKeyword(*ptrKeyword)) {
464 if (!this->isKeyword(*ptrKeyword)) {
1060 RuleChain::isKeyword(const UnicodeString& keywordParam) const { function in class:RuleChain
1066 return fNext->isKeyword(keywordParam);
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h736 bool isKeyword() const { function in class:SkPdfNativeObject
743 bool isKeyword(const char* keyword) const { function in class:SkPdfNativeObject
746 if (!isKeyword()) {
/external/clang/lib/Sema/
H A DSemaLookup.cpp3438 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
3510 NestedNameSpecifier *NNS, bool isKeyword) {
3525 if (isKeyword) TC.makeKeyword();
4267 if (!Cached->second.isKeyword() &&
4378 if (ED == 0 && Result.isKeyword())
4401 else if (Consumer["super"].front().isKeyword())
4428 if (isKeyword())
4453 if (candidate.isKeyword())
4491 return candidate.isKeyword();
4617 Correction.isKeyword()
3509 addName(StringRef Name, NamedDecl *ND, NestedNameSpecifier *NNS, bool isKeyword) argument
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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 ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...

Completed in 271 milliseconds