Searched refs:PreprocessorGuard (Results 1 – 1 of 1) sorted by relevance
48 std::string PreprocessorGuard; member74 std::string PreprocessorGuard; member298 emitIfdef((Twine("GET_") + Enum.PreprocessorGuard + "_DECL").str(), OS); in emitGenericEnum()487 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_DECL").str(), OS); in emitGenericTable()501 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_IMPL").str(), OS); in emitGenericTable()679 Enum->PreprocessorGuard = std::string(EnumRec->getName()); in run()698 Table->PreprocessorGuard = std::string(TableRec->getName()); in run()791 Enum->PreprocessorGuard = Class->getName().upper(); in run()802 Table->PreprocessorGuard = Class->getName().upper(); in run()