Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp1035 llvm::StringSet<> KnownFunctions; in convertTopLevelItems() local
1038 if (!KnownFunctions.insert(Function.Name).second) { in convertTopLevelItems()