Lines Matching refs:QueryKind
252 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
264 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
271 QueryKind)) in FindPropertyDeclaration()
281 QueryKind)) in FindPropertyDeclaration()
291 PropertyId, QueryKind)) in FindPropertyDeclaration()
298 QueryKind)) in FindPropertyDeclaration()
303 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
312 QueryKind)) in FindPropertyDeclaration()
383 const IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
393 QueryKind)) in FindPropertyVisibleInPrimaryClass()
399 QueryKind)) in FindPropertyVisibleInPrimaryClass()
2246 ObjCPropertyQueryKind QueryKind) const { in FindPropertyImplDecl()
2252 if ((QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in FindPropertyImplDecl()
2254 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl()
2256 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in FindPropertyImplDecl()
2264 if (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in FindPropertyImplDecl()