Searched refs:PropertySet (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 3195 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, in PushProtocolProperties() argument 3202 if (!PropertySet.insert(PD->getIdentifier()).second) in PushProtocolProperties() 3208 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in PushProtocolProperties() 3238 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in EmitPropertyList() local 3247 PropertySet.insert(PD->getIdentifier()); in EmitPropertyList() 3256 if (!PropertySet.insert(PD->getIdentifier()).second) in EmitPropertyList() 3265 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList() 3269 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
|
H A D | CGObjCGNU.cpp | 3509 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in GeneratePropertyList() local 3524 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList() 3535 PropertySet.insert(PD->getIdentifier()); in GeneratePropertyList() 3548 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList()
|
H A D | CGDebugInfo.cpp | 3143 llvm::DenseSet<IsClassAndIdent> PropertySet; in CreateTypeDefinition() local 3150 PropertySet.insert(GetIsClassAndIdent(PD)); in CreateTypeDefinition() 3156 if (!PropertySet.insert(GetIsClassAndIdent(PD)).second) in CreateTypeDefinition()
|