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.cpp111 std::set<std::string> PreprocessorGuards; member in __anon72022de70111::SearchableTableEmitter
331 PreprocessorGuards.insert(Guard.str()); in emitIfdef()
928 for (const auto &Guard : PreprocessorGuards) in run()