Searched full:directive_name (Results 1 – 6 of 6) sorted by relevance
29 % Common::each_plugin_option "directive_name" do |directive_name, _, plugin_opts|30 if (lang == "<%= directive_name %>") {44 % Common::each_plugin_option "directive_name" do |directive_name, _, plugin_opts|46 return "<%= directive_name %>";
24 Get<%= plugin_opts["directive_name"] %>Metadata();
26 Get<%= plugin_opts["directive_name"] %>Metadata();
30 directive_name: eTS
915 std::string directive_name = *context_ == Token::Type::ID_CATCH ? ".catch" : ".catchall"; in ParseAsCatchall() local917 … context_.err = GetError(directive_name + " directive is located outside of a function body.", in ParseAsCatchall()922 …LOG(DEBUG, ASSEMBLER) << "started parsing of " << directive_name << " directive (line " << line_st… in ParseAsCatchall()