Home
last modified time | relevance | path

Searched refs:kind_to_str (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/
Dclang.rs63 kind_to_str(self.kind()), in fmt()
1856 pub fn kind_to_str(x: CXCursorKind) -> String { in kind_to_str() function
1878 format!(" {}kind = {}", prefix, kind_to_str(c.kind())), in ast_dump()
1909 kind_to_str(templ_kind) in ast_dump()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs1574 clang::kind_to_str(cur.kind()), in from_ty()