Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp97 std::set<std::string> PreprocessorGuards; member in __anonb38865920111::SearchableTableEmitter
291 PreprocessorGuards.insert(std::string(Guard)); in emitIfdef()
816 for (const auto &Guard : PreprocessorGuards) in run()