Searched refs:IsClassProperty (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 2372 bool IsClassProperty = property->isClassProperty(); in ProcessPropertyDecl() local 2373 GetterMethod = IsClassProperty ? in ProcessPropertyDecl() 2382 GetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl() 2387 SetterMethod = IsClassProperty ? in ProcessPropertyDecl() 2393 SetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl() 2405 property->getGetterName(), !IsClassProperty, true, false, CatDecl); in ProcessPropertyDecl() 2421 property->getSetterName(), !IsClassProperty, true, false, CatDecl); in ProcessPropertyDecl() 2479 !IsClassProperty, /*isVariadic=*/false, in ProcessPropertyDecl() 2529 CD, !IsClassProperty, in ProcessPropertyDecl() 2603 if (!IsClassProperty) { in ProcessPropertyDecl()
|
| H A D | SemaCodeComplete.cpp | 5165 bool IsClassProperty = false, bool InOriginalClass = true) { in AddObjCProperties() argument 5249 if (IsClassProperty) { in AddObjCProperties() 5280 if (IsClassProperty) { in AddObjCProperties() 5303 IsBaseExprStatement, IsClassProperty, in AddObjCProperties() 5312 IsBaseExprStatement, IsClassProperty, in AddObjCProperties() 5320 IsBaseExprStatement, IsClassProperty, in AddObjCProperties() 5327 Results, IsBaseExprStatement, IsClassProperty, in AddObjCProperties() 5335 IsBaseExprStatement, IsClassProperty, in AddObjCProperties()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 980 bool IsClassProperty); 3103 const ObjCProtocolDecl *Proto, bool IsClassProperty) { in PushProtocolProperties() argument 3105 if (IsClassProperty != PD->isClassProperty()) in PushProtocolProperties() 3113 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in PushProtocolProperties() 3130 const ObjCCommonTypesHelper &ObjCTypes, bool IsClassProperty) { in EmitPropertyList() argument 3131 if (IsClassProperty) { in EmitPropertyList() 3146 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList() 3155 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList() 3168 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList() 3171 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1868 bool IsClassProperty) const { in lookupPropertyAccessor() argument 1869 return lookupMethod(Sel, !IsClassProperty/*isInstance*/, in lookupPropertyAccessor()
|