Searched refs:PreprocessorGuard (Results 1 – 1 of 1) sorted by relevance
56 std::string PreprocessorGuard; member89 std::string PreprocessorGuard; member337 emitIfdef((Twine("GET_") + Enum.PreprocessorGuard + "_DECL").str(), OS); in emitGenericEnum()559 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_DECL").str(), OS); in emitGenericTable()573 emitIfdef((Twine("GET_") + Table.PreprocessorGuard + "_IMPL").str(), OS); in emitGenericTable()758 Enum->PreprocessorGuard = EnumRec->getName().str(); in run()778 Table->PreprocessorGuard = TableRec->getName().str(); in run()878 Enum->PreprocessorGuard = Class->getName().upper(); in run()889 Table->PreprocessorGuard = Class->getName().upper(); in run()