HomeSort by: relevance | last modified time | path
    Searched refs:PropertyTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 2654 QualType PropertyTy = PropertyDecl->getType();
2661 !PropertyTy->isObjCRetainableType() &&
2679 PropertyTy->isObjCRetainableType() &&
2680 !PropertyTy->isObjCARCImplicitlyUnretainedType()) {
2761 if (auto nullability = PropertyTy->getNullability(Context)) {
2777 if (!getOwnershipRule(Attributes) && PropertyTy->isObjCRetainableType()) {
2784 } else if (PropertyTy->isObjCObjectPointerType()) {
2785 bool isAnyClassTy = (PropertyTy->isObjCClassType() ||
2786 PropertyTy->isObjCQualifiedClassType());
2813 PropertyTy->isBlockPointerType()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp 217 /// PropertyTy - LLVM type for struct objc_property (struct _prop_t
219 llvm::StructType *PropertyTy;
3339 CGM.getDataLayout().getTypeAllocSize(ObjCTypes.PropertyTy);
3345 auto propertiesArray = values.beginArray(ObjCTypes.PropertyTy);
3347 auto property = propertiesArray.beginStruct(ObjCTypes.PropertyTy);
5850 PropertyTy = llvm::StructType::create("struct._prop_t", Int8PtrTy, Int8PtrTy);
5858 "struct._prop_list_t", IntTy, IntTy, llvm::ArrayType::get(PropertyTy, 0));

Completed in 40 milliseconds