Searched refs:ObjCPropertyQueryKind (Results 1 – 10 of 10) sorted by relevance
180 ObjCPropertyQueryKind queryKind) { in findPropertyDecl()206 if ((queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in findPropertyDecl()208 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl()210 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in findPropertyDecl()218 if (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in findPropertyDecl()239 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()372 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()2167 ObjCPropertyQueryKind QueryKind) const { in FindPropertyImplDecl()2173 if ((QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in FindPropertyImplDecl()2175 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl()[all …]
717 enum class ObjCPropertyQueryKind : uint8_t { enum857 ObjCPropertyQueryKind getQueryKind() const { in getQueryKind()858 return isClassProperty() ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind()859 ObjCPropertyQueryKind::OBJC_PR_query_instance; in getQueryKind()862 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind()863 return isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind()864 ObjCPropertyQueryKind::OBJC_PR_query_instance; in getQueryKind()935 ObjCPropertyQueryKind queryKind);1077 ObjCPropertyQueryKind QueryKind) const;1779 ObjCPropertyQueryKind QueryKind) const;[all …]
433 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) in FindGetterSetterNameDeclFromProtocolList()455 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in FindGetterSetterNameDecl()1376 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in LookupMemberExpr()
2001 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr()2017 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr()2078 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr()2210 &propertyName, ObjCPropertyQueryKind::OBJC_PR_query_class)) { in ActOnClassPropertyRefExpr()
1015 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute()1084 ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl()
3945 ? ObjCPropertyQueryKind::OBJC_PR_query_class in DiagnoseCategoryDirectMembersProtocolConformance()3946 : ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in DiagnoseCategoryDirectMembersProtocolConformance()
4648 Name, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in LookupPotentialTypoResult()
8106 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in CodeCompleteObjCPropertySynthesizeIvar()
2351 ObjCPropertyQueryKind::OBJC_PR_query_unknown); in ParseObjCPropertySynthesize()2413 isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in ParseObjCPropertyDynamic()2414 ObjCPropertyQueryKind::OBJC_PR_query_unknown); in ParseObjCPropertyDynamic()
9654 ObjCPropertyQueryKind QueryKind);