Searched refs:PreprocessorGuard (Results 1 – 1 of 1) sorted by relevance
49 std::string PreprocessorGuard; member72 std::string PreprocessorGuard; member286 emitIfdef((Twine("GET_") + Enum.PreprocessorGuard + "_DECL").str(), OS); in emitGenericEnum()476 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_DECL").str(), OS); in emitGenericTable()490 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_IMPL").str(), OS); in emitGenericTable()645 Enum->PreprocessorGuard = EnumRec->getName(); in run()662 Table->PreprocessorGuard = TableRec->getName(); in run()728 Enum->PreprocessorGuard = Class->getName().upper(); in run()738 Table->PreprocessorGuard = Class->getName().upper(); in run()