Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp100 std::set<std::string> PreprocessorGuards; member in __anon72022de70111::SearchableTableEmitter
305 PreprocessorGuards.insert(std::string(Guard)); in emitIfdef()
897 for (const auto &Guard : PreprocessorGuards) in run()