Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp96 std::set<std::string> PreprocessorGuards; member in __anon359b3b5d0111::SearchableTableEmitter
292 PreprocessorGuards.insert(std::string(Guard)); in emitIfdef()
840 for (const auto &Guard : PreprocessorGuards) in run()