Lines Matching refs:QueryKind
239 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
251 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
258 QueryKind)) in FindPropertyDeclaration()
268 QueryKind)) in FindPropertyDeclaration()
278 PropertyId, QueryKind)) in FindPropertyDeclaration()
285 QueryKind)) in FindPropertyDeclaration()
290 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
299 QueryKind)) in FindPropertyDeclaration()
372 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
382 QueryKind)) in FindPropertyVisibleInPrimaryClass()
388 QueryKind)) 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()