Searched refs:PropertySet (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 3197 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, in PushProtocolProperties() argument 3204 if (!PropertySet.insert(PD->getIdentifier()).second) in PushProtocolProperties() 3210 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in PushProtocolProperties() 3240 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in EmitPropertyList() local 3249 PropertySet.insert(PD->getIdentifier()); in EmitPropertyList() 3258 if (!PropertySet.insert(PD->getIdentifier()).second) in EmitPropertyList() 3267 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList() 3271 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
|
| H A D | CGObjCGNU.cpp | 3395 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 D | CGDebugInfo.cpp | 2872 llvm::DenseSet<IsClassAndIdent> PropertySet; in CreateTypeDefinition() local 2879 PropertySet.insert(GetIsClassAndIdent(PD)); in CreateTypeDefinition() 2885 if (!PropertySet.insert(GetIsClassAndIdent(PD)).second) in CreateTypeDefinition()
|