Home
last modified time | relevance | path

Searched defs:BindgenOptions (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/bindgen/src/
Dlib.rs1667 struct BindgenOptions { struct
1670 blocklisted_types: RegexSet,
1674 blocklisted_functions: RegexSet,
1678 blocklisted_items: RegexSet,
1682 blocklisted_files: RegexSet,
1686 opaque_types: RegexSet,
1689 rustfmt_path: Option<PathBuf>,
1692 depfile: Option<deps::DepfileSpec>,
1700 allowlisted_types: RegexSet,
1703 allowlisted_functions: RegexSet,
[all …]
/external/rust/crates/bindgen/src/ir/
Dcontext.rs2099 pub(crate) fn options(&self) -> &BindgenOptions { in options()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs4250 ) -> (Vec<proc_macro2::TokenStream>, BindgenOptions) { in codegen() argument