Home
last modified time | relevance | path

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

/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/clang/include/clang/AST/
DDeclObjC.h1772 bool IsClassProperty) const { in lookupPropertyAccessor() argument
1773 return lookupMethod(Sel, !IsClassProperty/*isInstance*/, in lookupPropertyAccessor()