Searched refs:PreprocessorGuard (Results 1 – 1 of 1) sorted by relevance
49 std::string PreprocessorGuard; member75 std::string PreprocessorGuard; member297 emitIfdef((Twine("GET_") + Enum.PreprocessorGuard + "_DECL").str(), OS); in emitGenericEnum()486 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_DECL").str(), OS); in emitGenericTable()500 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_IMPL").str(), OS); in emitGenericTable()671 Enum->PreprocessorGuard = std::string(EnumRec->getName()); in run()690 Table->PreprocessorGuard = std::string(TableRec->getName()); in run()767 Enum->PreprocessorGuard = Class->getName().upper(); in run()778 Table->PreprocessorGuard = Class->getName().upper(); in run()