Searched refs:emit_clang_ast (Results 1 – 2 of 2) sorted by relevance
179 emit_clang_ast: bool, field430 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()
1331 pub fn emit_clang_ast(mut self) -> Builder { in emit_clang_ast() method