OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isKeyword
(Results
1 - 25
of
51
) sorted by null
1
2
3
/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
...]
SemaExprObjC.cpp
[
all
...]
SemaDecl.cpp
82
return !WantClassName && candidate.
isKeyword
();
571
if (Corrected.
isKeyword
()) {
[
all
...]
/external/clang/lib/Basic/
IdentifierTable.cpp
244
bool IdentifierInfo::
isKeyword
(const LangOptions &LangOpts) {
/external/clang/lib/Lex/
PPDirectives.cpp
123
if (II->
isKeyword
(Lang))
[
all
...]
/external/clang/lib/Parse/
ParseTentative.cpp
[
all
...]
ParseExpr.cpp
485
return candidate.
isKeyword
();
[
all
...]
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
polymer.js
[
all
...]
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
polymer.js
[
all
...]
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar
Completed in 1165 milliseconds
1
2
3