Searched refs:DirectiveType (Results 1 – 1 of 1) sorted by relevance
706 std::string DirectiveType = Qual + "Directive"; in emitLeafTable() local707 OS << "\nstatic_assert(sizeof(" << DirectiveType << ") == sizeof(int));\n"; in emitLeafTable()709 OS << "[[maybe_unused]] static const " << DirectiveType << ' ' << TableName in emitLeafTable()714 OS << ", static_cast<" << DirectiveType << ">(" << Leaves[1] << "),"; in emitLeafTable()721 OS << " static_cast<" << DirectiveType << ">(-1),"; in emitLeafTable()