Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dobjc.rs13 use clang_sys::CXCursor_ObjCInstanceMethodDecl;
178 CXCursor_ObjCInstanceMethodDecl | in from_ty()
Dfunction.rs446 CXCursor_ObjCInstanceMethodDecl | in from_ty()
540 let ty_ret_type = if kind == CXCursor_ObjCInstanceMethodDecl || in from_ty()
/third_party/rust/crates/clang-sys/src/
Dlib.rs228 const CXCursor_ObjCInstanceMethodDecl = 16, constant