Searched refs:PropertySet (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 3257 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, in PushProtocolProperties() argument 3264 if (!PropertySet.insert(PD->getIdentifier()).second) in PushProtocolProperties() 3270 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in PushProtocolProperties() 3300 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in EmitPropertyList() local 3309 PropertySet.insert(PD->getIdentifier()); in EmitPropertyList() 3318 if (!PropertySet.insert(PD->getIdentifier()).second) in EmitPropertyList() 3327 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList() 3331 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
|
| H A D | CGObjCGNU.cpp | 3313 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in GeneratePropertyList() local 3328 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList() 3339 PropertySet.insert(PD->getIdentifier()); in GeneratePropertyList() 3352 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList()
|
| H A D | CGDebugInfo.cpp | 2731 llvm::DenseSet<IsClassAndIdent> PropertySet; in CreateTypeDefinition() local 2738 PropertySet.insert(GetIsClassAndIdent(PD)); in CreateTypeDefinition() 2744 if (!PropertySet.insert(GetIsClassAndIdent(PD)).second) in CreateTypeDefinition()
|