HomeSort by relevance Sort by last modified time
    Searched refs:isKeyword (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/include/clang/Sema/
TypoCorrection.h 182 bool isKeyword() const {
189 bool isKeyword(const char (&Str)[StrLen]) const {
190 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
213 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
218 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
229 return (!isKeyword() && !CorrectionDecls.empty());
SemaInternal.h 291 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /external/icu/icu4c/source/i18n/unicode/
plurrule.h 325 * the number. This function can be used with isKeyword* functions to
336 * the number. This function can be used with isKeyword* functions to
437 UBool isKeyword(const UnicodeString& keyword) const;
  /external/v8/test/mjsunit/
keywords-and-reserved_words.js 35 function isKeyword(x)
59 if (isKeyword(x)) {
  /external/v8/test/webkit/
keywords-and-reserved_words.js 28 function isKeyword(x)
52 if (isKeyword(x)) {
  /external/icu/icu4c/source/i18n/
plurrule.cpp 400 PluralRules::isKeyword(const UnicodeString& keyword) const {
431 if (!other.isKeyword(*ptrKeyword)) {
437 if (!this->isKeyword(*ptrKeyword)) {
    [all...]
plurrule_impl.h 273 UBool isKeyword(const UnicodeString& keyword) const;
  /external/clang/include/clang/Basic/
IdentifierTable.h 273 bool isKeyword(const LangOptions &LangOpts);
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaExprMember.cpp 667 assert(!TC.isKeyword() &&
    [all...]