| 30 | std::vector<Macro> bindings_macros(); |
| 31 | |
| 32 | inline absl::Status RegisterBindingsMacros(MacroRegistry& registry, |
| 33 | const ParserOptions&) { |
| 34 | return registry.RegisterMacros(bindings_macros()); |
| 35 | } |
| 36 | |
| 37 | // Declarations for the bindings extension library. |
| 38 | CompilerLibrary BindingsCompilerLibrary(); |
no test coverage detected