Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3188 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, in PushProtocolProperties() argument
3195 if (!PropertySet.insert(PD->getIdentifier()).second) in PushProtocolProperties()
3201 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in PushProtocolProperties()
3231 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in EmitPropertyList() local
3240 PropertySet.insert(PD->getIdentifier()); in EmitPropertyList()
3249 if (!PropertySet.insert(PD->getIdentifier()).second) in EmitPropertyList()
3258 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
3262 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
H A DCGObjCGNU.cpp3510 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in GeneratePropertyList() local
3525 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList()
3536 PropertySet.insert(PD->getIdentifier()); in GeneratePropertyList()
3549 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList()
H A DCGDebugInfo.cpp3017 llvm::DenseSet<IsClassAndIdent> PropertySet; in CreateTypeDefinition() local
3024 PropertySet.insert(GetIsClassAndIdent(PD)); in CreateTypeDefinition()
3030 if (!PropertySet.insert(GetIsClassAndIdent(PD)).second) in CreateTypeDefinition()