Home
last modified time | relevance | path

Searched refs:is_cpp (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/
Dlib.rs1615 let mut is_cpp = args_are_cpp(&self.options.clang_args); in dump_preprocessed_input() localVariable
1619 is_cpp |= file_is_cpp(header); in dump_preprocessed_input()
1629 is_cpp |= file_is_cpp(name); in dump_preprocessed_input()
1637 let wrapper_path = PathBuf::from(if is_cpp { in dump_preprocessed_input()
1667 let mut file = File::create(if is_cpp { in dump_preprocessed_input()
2599 let is_cpp = args_are_cpp(&options.clang_args) || in generate() localVariable
2602 let search_paths = if is_cpp { in generate()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs4576 let is_cpp = args_are_cpp(&context.options().clang_args) || in serialize_items() localVariable
4583 let source_path = path.with_extension(if is_cpp { "cpp" } else { "c" }); in serialize_items()