Searched refs:PropertySet (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 3101 llvm::SmallPtrSet<const IdentifierInfo *, 16> &PropertySet, in PushProtocolProperties() argument 3107 if (!PropertySet.insert(PD->getIdentifier()).second) in PushProtocolProperties() 3113 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in PushProtocolProperties() 3141 llvm::SmallPtrSet<const IdentifierInfo *, 16> PropertySet; in EmitPropertyList() local 3150 PropertySet.insert(PD->getIdentifier()); in EmitPropertyList() 3159 if (!PropertySet.insert(PD->getIdentifier()).second) in EmitPropertyList() 3168 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList() 3171 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
|
| H A D | CGObjCGNU.cpp | 3601 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in GeneratePropertyList() local 3616 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList() 3627 PropertySet.insert(PD->getIdentifier()); in GeneratePropertyList() 3640 if (!PropertySet.insert(PD->getIdentifier()).second) in GeneratePropertyList()
|
| H A D | CGDebugInfo.cpp | 3368 llvm::DenseSet<IsClassAndIdent> PropertySet; in CreateTypeDefinition() local 3375 PropertySet.insert(GetIsClassAndIdent(PD)); in CreateTypeDefinition() 3381 if (!PropertySet.insert(GetIsClassAndIdent(PD)).second) in CreateTypeDefinition()
|