Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dfunction.rs455 let is_const = is_method && cursor.method_is_const(); in from_ty()
Dcomp.rs1483 let is_const = cur.method_is_const(); in from_ty()
/external/rust/crates/bindgen/src/
Dclang.rs667 pub fn method_is_const(&self) -> bool { in method_is_const() method