Searched refs:PreprocessorGuard (Results 1 – 1 of 1) sorted by relevance
50 std::string PreprocessorGuard; member77 std::string PreprocessorGuard; member311 emitIfdef((Twine("GET_") + Enum.PreprocessorGuard + "_DECL").str(), OS); in emitGenericEnum()537 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_DECL").str(), OS); in emitGenericTable()551 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_IMPL").str(), OS); in emitGenericTable()732 Enum->PreprocessorGuard = std::string(EnumRec->getName()); in run()751 Table->PreprocessorGuard = std::string(TableRec->getName()); in run()847 Enum->PreprocessorGuard = Class->getName().upper(); in run()858 Table->PreprocessorGuard = Class->getName().upper(); in run()