Home
last modified time | relevance | path

Searched refs:PreprocessorGuard (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp49 std::string PreprocessorGuard; member
75 std::string PreprocessorGuard; member
297 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()