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

1 2 3 4 5

  /external/clang/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
235 return (!isKeyword() && !CorrectionDecls.empty());
SemaInternal.h 295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
SemaInternal.h 295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
SemaInternal.h 295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
SemaInternal.h 295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
SemaInternal.h 295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
SemaInternal.h 295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
SemaInternal.h 295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
SemaInternal.h 295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 189 bool isKeyword() const {
195 bool isKeyword(const char (&Str)[StrLen]) const {
196 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
219 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
224 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
244 return (!isKeyword() && !CorrectionDecls.empty());
SemaInternal.h 295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /external/icu/icu4c/source/i18n/unicode/
plurrule.h 327 * the number. This function can be used with isKeyword* functions to
338 * the number. This function can be used with isKeyword* functions to
439 UBool isKeyword(const UnicodeString& keyword) const;
  /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 276 UBool isKeyword(const UnicodeString& keyword) const;
  /external/clang/include/clang/Basic/
IdentifierTable.h 276 bool isKeyword(const LangOptions &LangOpts);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 283 bool isKeyword(const LangOptions &LangOpts) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 283 bool isKeyword(const LangOptions &LangOpts) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 283 bool isKeyword(const LangOptions &LangOpts) const;

Completed in 1506 milliseconds

1 2 3 4 5