Searched refs:IsClassProperty (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 2381 bool IsClassProperty = property->isClassProperty(); in ProcessPropertyDecl() local 2382 GetterMethod = IsClassProperty ? in ProcessPropertyDecl() 2391 GetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl() 2396 SetterMethod = IsClassProperty ? in ProcessPropertyDecl() 2402 SetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl() 2414 property->getGetterName(), !IsClassProperty, true, false, CatDecl); in ProcessPropertyDecl() 2430 property->getSetterName(), !IsClassProperty, true, false, CatDecl); in ProcessPropertyDecl() 2488 !IsClassProperty, /*isVariadic=*/false, in ProcessPropertyDecl() 2538 nullptr, CD, !IsClassProperty, in ProcessPropertyDecl() 2611 if (!IsClassProperty) { in ProcessPropertyDecl()
|
| H A D | SemaCodeComplete.cpp | 4909 bool IsClassProperty = false, bool InOriginalClass = true) { in AddObjCProperties() argument 4993 if (IsClassProperty) { in AddObjCProperties() 5024 if (IsClassProperty) { in AddObjCProperties() 5047 IsBaseExprStatement, IsClassProperty, in AddObjCProperties() 5056 IsBaseExprStatement, IsClassProperty, in AddObjCProperties() 5064 IsBaseExprStatement, IsClassProperty, in AddObjCProperties() 5071 Results, IsBaseExprStatement, IsClassProperty, in AddObjCProperties() 5079 IsBaseExprStatement, IsClassProperty, in AddObjCProperties()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 1019 bool IsClassProperty); 3200 bool IsClassProperty) { in PushProtocolProperties() argument 3202 if (IsClassProperty != PD->isClassProperty()) in PushProtocolProperties() 3210 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in PushProtocolProperties() 3229 bool IsClassProperty) { in EmitPropertyList() argument 3230 if (IsClassProperty) { in EmitPropertyList() 3245 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList() 3254 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList() 3267 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList() 3271 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1858 bool IsClassProperty) const { in lookupPropertyAccessor() argument 1859 return lookupMethod(Sel, !IsClassProperty/*isInstance*/, in lookupPropertyAccessor()
|