Home
last modified time | relevance | path

Searched refs:CXToken_Identifier (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/
Dclang.rs31 token_kind: CXToken_Identifier,
45 token_kind: CXToken_Identifier,
963 CXToken_Identifier => token::Kind::Identifier, in as_cexpr_token()
/third_party/rust/crates/rust-cexpr/tests/
Dclang.rs180 CXToken_Identifier => cexpr::token::Kind::Identifier, in token_clang_to_cexpr()
/third_party/rust/crates/clang-sys/src/
Dlib.rs849 const CXToken_Identifier = 2, constant