Lines Matching refs:ObjCPropertyQueryKind
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()
2168 ObjCPropertyQueryKind QueryKind) const { in FindPropertyImplDecl()
2174 if ((QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in FindPropertyImplDecl()
2176 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl()
2178 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in FindPropertyImplDecl()
2186 if (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in FindPropertyImplDecl()