Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp3192 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, in PushProtocolProperties() argument
3199 if (!PropertySet.insert(PD->getIdentifier()).second) in PushProtocolProperties()
3205 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in PushProtocolProperties()
3235 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in EmitPropertyList() local
3244 PropertySet.insert(PD->getIdentifier()); in EmitPropertyList()
3253 if (!PropertySet.insert(PD->getIdentifier()).second) in EmitPropertyList()
3262 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
3266 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
H A DCGObjCGNU.cpp3395 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in GeneratePropertyList() local
3410 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList()
3421 PropertySet.insert(PD->getIdentifier()); in GeneratePropertyList()
3434 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList()
H A DCGDebugInfo.cpp2858 llvm::DenseSet<IsClassAndIdent> PropertySet; in CreateTypeDefinition() local
2865 PropertySet.insert(GetIsClassAndIdent(PD)); in CreateTypeDefinition()
2871 if (!PropertySet.insert(GetIsClassAndIdent(PD)).second) in CreateTypeDefinition()