Searched refs:DirectiveType (Results 1 – 1 of 1) sorted by relevance
578 std::string DirectiveType = GetDirectiveType(DirLang); in EmitLeafTable() local579 OS << "\nstatic_assert(sizeof(" << DirectiveType << ") == sizeof(int));\n"; in EmitLeafTable()581 OS << "[[maybe_unused]] static const " << DirectiveType << ' ' << TableName in EmitLeafTable()586 OS << ", static_cast<" << DirectiveType << ">(" << Leaves[1] << "),"; in EmitLeafTable()592 OS << " static_cast<" << DirectiveType << ">(-1),"; in EmitLeafTable()