Lines Matching refs:QueryKind
251 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
263 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
270 QueryKind)) in FindPropertyDeclaration()
280 QueryKind)) in FindPropertyDeclaration()
290 PropertyId, QueryKind)) in FindPropertyDeclaration()
297 QueryKind)) in FindPropertyDeclaration()
302 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
311 QueryKind)) in FindPropertyDeclaration()
384 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
394 QueryKind)) in FindPropertyVisibleInPrimaryClass()
400 QueryKind)) in FindPropertyVisibleInPrimaryClass()
2260 ObjCPropertyQueryKind QueryKind) const { in FindPropertyImplDecl()
2266 if ((QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in FindPropertyImplDecl()
2268 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl()
2270 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in FindPropertyImplDecl()
2278 if (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in FindPropertyImplDecl()