Home
last modified time | relevance | path

Searched defs:CXCursor (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rust-cexpr/tests/
Dclang.rs191 cur: CXCursor, in visit_children_thunk()
192 parent: CXCursor, in visit_children_thunk()
194 ) -> CXChildVisitResult in visit_children_thunk()
201 unsafe fn visit_children<F>(cursor: CXCursor, mut f: F) in visit_children()
203 F: FnMut(CXCursor, CXCursor) -> CXChildVisitResult, in visit_children()
/third_party/rust/crates/clang-sys/src/
Dlib.rs1375 pub struct CXCursor { struct
1376 pub kind: CXCursorKind, argument
1381 default!(CXCursor); argument
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs1024 cur: CXCursor, in visit_children()
1025 _parent: CXCursor, in visit_children()