Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp3153 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, in PushProtocolProperties() argument
3158 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in PushProtocolProperties()
3163 if (!PropertySet.insert(PD->getIdentifier()).second) in PushProtocolProperties()
3196 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in EmitPropertyList() local
3203 PropertySet.insert(PD->getIdentifier()); in EmitPropertyList()
3212 if (!PropertySet.insert(PD->getIdentifier()).second) in EmitPropertyList()
3219 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
3223 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
H A DCGObjCGNU.cpp3182 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in GeneratePropertyList() local
3197 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList()
3208 PropertySet.insert(PD->getIdentifier()); in GeneratePropertyList()
3221 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList()
H A DCGDebugInfo.cpp2380 llvm::SmallPtrSet<const IdentifierInfo *, 16> PropertySet; in CreateTypeDefinition() local
2383 PropertySet.insert(PD->getIdentifier()); in CreateTypeDefinition()
2389 if (!PropertySet.insert(PD->getIdentifier()).second) in CreateTypeDefinition()