Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs563 let cursor_call_conv = ty.call_conv(); in from_ty() localVariable
564 if cursor_call_conv != CXCallingConv_Invalid { in from_ty()
565 call_conv = cursor_call_conv; in from_ty()