Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp980 llvm::StringSet<> KnownTags; in convertTopLevelItems() local
983 if (!KnownTags.insert(Tag.Name).second) { in convertTopLevelItems()