Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dobjc.rs11 use clang_sys::CXCursor_ObjCClassMethodDecl;
179 CXCursor_ObjCClassMethodDecl => { in from_ty()
185 c.kind() == CXCursor_ObjCClassMethodDecl; in from_ty()
Dfunction.rs447 CXCursor_ObjCClassMethodDecl => { in from_ty()
541 kind == CXCursor_ObjCClassMethodDecl in from_ty()
/third_party/rust/crates/clang-sys/src/
Dlib.rs229 const CXCursor_ObjCClassMethodDecl = 17, constant