Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp823 llvm::StringSet<> KnownInstanceProperties; in convertContext() local
828 !KnownInstanceProperties.insert(Property.Name).second) { in convertContext()