Searched refs:PropertySet (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 3153 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 D | CGObjCGNU.cpp | 3182 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 D | CGDebugInfo.cpp | 2380 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()
|