Home
last modified time | relevance | path

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

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