Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs480 let [must_use, no_return, no_return_cpp] = cursor.has_attrs(&[ in from_ty()
/third_party/python/Lib/
Dinspect.py3268 mod_name, has_attrs, attrs = target.partition(":")
3278 if has_attrs:
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs683 pub fn has_attrs<const N: usize>( in has_attrs() method