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()
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()
2177 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in FindPropertyImplDecl()
2185 if (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in FindPropertyImplDecl()