Home
last modified time | relevance | path

Searched defs:is_keyword (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/yapf/yapf/yapflib/
H A Dformat_token.py280 def is_keyword(self): member in FormatToken
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/isl/
Dstream.h43 unsigned is_keyword : 1; member
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/
Dmac.rs214 fn is_keyword(ident: &Ident) -> bool { in is_keyword() function
/aosp_15_r20/external/python/cpython3/Parser/
Dpegen.h117 int is_keyword; member
Daction_helpers.c800 _PyPegen_keyword_or_starred(Parser *p, void *element, int is_keyword) in _PyPegen_keyword_or_starred()
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/
H A Dprotoc_wrapper.rs872 fn is_keyword(s: &str) -> bool { in is_keyword() function