Home
last modified time | relevance | path

Searched refs:CXToken_Punctuation (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rust-cexpr/tests/
Dclang.rs183 CXToken_Punctuation => cexpr::token::Kind::Punctuation, in token_clang_to_cexpr()
/third_party/rust/crates/bindgen/bindgen/ir/
Dvar.rs158 t.kind == clang_sys::CXToken_Punctuation && t.spelling() == b")" in handle_function_macro()
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs961 CXToken_Punctuation => token::Kind::Punctuation, in as_cexpr_token()
/third_party/rust/crates/clang-sys/src/
Dlib.rs847 const CXToken_Punctuation = 0, constant