Searched refs:detect_include_paths (Results 1 – 2 of 2) sorted by relevance
1355 pub fn detect_include_paths(mut self, doit: bool) -> Self { in detect_include_paths() method1356 self.options.detect_include_paths = doit; in detect_include_paths()1836 detect_include_paths: bool, field2022 detect_include_paths: true, in default()2152 fn detect_include_paths(options: &mut BindgenOptions) { in generate() function2153 if !options.detect_include_paths { in generate()2229 detect_include_paths(&mut options); in generate()
673 builder = builder.detect_include_paths(false); in builder_from_flags()