Home
last modified time | relevance | path

Searched refs:IsClassProperty (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp2393 bool IsClassProperty = property->isClassProperty(); in ProcessPropertyDecl() local
2394 GetterMethod = IsClassProperty ? in ProcessPropertyDecl()
2403 GetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2408 SetterMethod = IsClassProperty ? in ProcessPropertyDecl()
2414 SetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2426 property->getGetterName(), !IsClassProperty, true, false, CatDecl); in ProcessPropertyDecl()
2442 property->getSetterName(), !IsClassProperty, true, false, CatDecl); in ProcessPropertyDecl()
2500 !IsClassProperty, /*isVariadic=*/false, in ProcessPropertyDecl()
2550 nullptr, CD, !IsClassProperty, in ProcessPropertyDecl()
2623 if (!IsClassProperty) { in ProcessPropertyDecl()
DSemaCodeComplete.cpp4545 bool IsClassProperty = false, bool InOriginalClass = true) { in AddObjCProperties() argument
4629 if (IsClassProperty) { in AddObjCProperties()
4660 if (IsClassProperty) { in AddObjCProperties()
4683 IsBaseExprStatement, IsClassProperty, in AddObjCProperties()
4692 IsBaseExprStatement, IsClassProperty, in AddObjCProperties()
4700 IsBaseExprStatement, IsClassProperty, in AddObjCProperties()
4707 Results, IsBaseExprStatement, IsClassProperty, in AddObjCProperties()
4715 IsBaseExprStatement, IsClassProperty, in AddObjCProperties()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp2150 bool IsClassProperty = property->isClassProperty(); in ProcessPropertyDecl() local
2151 GetterMethod = IsClassProperty ? in ProcessPropertyDecl()
2160 GetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2165 SetterMethod = IsClassProperty ? in ProcessPropertyDecl()
2171 SetterMethod = IsClassProperty ? CatDecl->getClassInterface()-> in ProcessPropertyDecl()
2227 !IsClassProperty, /*isVariadic=*/false, in ProcessPropertyDecl()
2272 nullptr, CD, !IsClassProperty, in ProcessPropertyDecl()
2338 if (!IsClassProperty) { in ProcessPropertyDecl()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp974 bool IsClassProperty);
989 bool IsClassProperty);
2911 bool IsClassProperty) { in PushProtocolProperties() argument
2914 IsClassProperty); in PushProtocolProperties()
2917 if (IsClassProperty != PD->isClassProperty()) in PushProtocolProperties()
2945 bool IsClassProperty) { in EmitPropertyList() argument
2946 if (IsClassProperty) { in EmitPropertyList()
2966 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList()
2973 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList()
2985 IsClassProperty); in EmitPropertyList()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGObjCMac.cpp1015 bool IsClassProperty);
3238 bool IsClassProperty) { in PushProtocolProperties() argument
3240 if (IsClassProperty != PD->isClassProperty()) in PushProtocolProperties()
3248 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in PushProtocolProperties()
3267 bool IsClassProperty) { in EmitPropertyList() argument
3268 if (IsClassProperty) { in EmitPropertyList()
3283 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList()
3292 if (IsClassProperty != PD->isClassProperty()) in EmitPropertyList()
3305 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
3309 PushProtocolProperties(PropertySet, Properties, P, IsClassProperty); in EmitPropertyList()
/external/clang/include/clang/AST/
DDeclObjC.h1772 bool IsClassProperty) const { in lookupPropertyAccessor() argument
1773 return lookupMethod(Sel, !IsClassProperty/*isInstance*/, in lookupPropertyAccessor()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1869 bool IsClassProperty) const { in lookupPropertyAccessor() argument
1870 return lookupMethod(Sel, !IsClassProperty/*isInstance*/, in lookupPropertyAccessor()