Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/
Dlib.rs452 if !self.options.generate_comments { in command_line_flags()
803 pub fn generate_comments(mut self, doit: bool) -> Self { in generate_comments() method
804 self.options.generate_comments = doit; in generate_comments()
2057 generate_comments: bool, field
2285 generate_comments: true, in default()
/third_party/rust/crates/linux-raw-sys/gen/src/
Dmain.rs309 .generate_comments(false) in run_bindgen()
/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs733 builder = builder.generate_comments(false); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs511 if !ctx.options().generate_comments { in comment()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs1415 if ctx.options().generate_comments { in codegen()
2821 if ctx.options().generate_comments { in with_variant()