Searched refs:PropertySet (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 3310 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in GeneratePropertyList() local 3325 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList() 3336 PropertySet.insert(PD->getIdentifier()); in GeneratePropertyList() 3349 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList()
|
| H A D | CGDebugInfo.cpp | 2750 llvm::DenseSet<IsClassAndIdent> PropertySet; in CreateTypeDefinition() local 2757 PropertySet.insert(GetIsClassAndIdent(PD)); in CreateTypeDefinition() 2763 if (!PropertySet.insert(GetIsClassAndIdent(PD)).second) in CreateTypeDefinition()
|