Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs179 emit_clang_ast: bool, field
430 emit_clang_ast, in builder_from_flags()
684 if emit_clang_ast { in builder_from_flags()
685 builder = builder.emit_clang_ast(); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs1331 pub fn emit_clang_ast(mut self) -> Builder { in emit_clang_ast() method