Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp95 std::set<std::string> PreprocessorGuards; member in __anon30beeb170111::SearchableTableEmitter
289 PreprocessorGuards.insert(std::string(Guard)); in emitIfdef()
821 for (const auto &Guard : PreprocessorGuards) in run()