Searched refs:header_out (Results 1 – 3 of 3) sorted by relevance
168 header_out() << " "; in Visit()169 GenerateFunctionDeclaration(header_out(), "", name, signature, {}); in Visit()170 header_out() << ";\n"; in Visit()189 header_out() << " struct " << decl->name << " {\n"; in Visit()193 header_out() << " " << field.type->GetGeneratedTypeName(); in Visit()194 header_out() << " " << field.name << ";\n"; in Visit()196 header_out() << " } " in Visit()211 header_out() << " "; in Visit()212 GenerateMacroFunctionDeclaration(header_out(), "", macro); in Visit()213 header_out() << ";\n"; in Visit()
260 std::ostream& header_out() { return module_->header_stream(); } in header_out() function
622 header_out = False660 header_out = True785 if header_out: