Searched refs:PreprocessorGuard (Results 1 – 1 of 1) sorted by relevance
47 std::string PreprocessorGuard; member73 std::string PreprocessorGuard; member295 emitIfdef((Twine("GET_") + Enum.PreprocessorGuard + "_DECL").str(), OS); in emitGenericEnum()484 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_DECL").str(), OS); in emitGenericTable()498 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_IMPL").str(), OS); in emitGenericTable()676 Enum->PreprocessorGuard = std::string(EnumRec->getName()); in run()695 Table->PreprocessorGuard = std::string(TableRec->getName()); in run()772 Enum->PreprocessorGuard = Class->getName().upper(); in run()783 Table->PreprocessorGuard = Class->getName().upper(); in run()