Lines Matching refs:QueryKind
238 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
250 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
257 QueryKind)) in FindPropertyDeclaration()
267 QueryKind)) in FindPropertyDeclaration()
277 PropertyId, QueryKind)) in FindPropertyDeclaration()
284 QueryKind)) in FindPropertyDeclaration()
289 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
298 QueryKind)) in FindPropertyDeclaration()
371 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
381 QueryKind)) in FindPropertyVisibleInPrimaryClass()
387 QueryKind)) in FindPropertyVisibleInPrimaryClass()
2111 ObjCPropertyQueryKind QueryKind) const { in FindPropertyImplDecl()
2117 if ((QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in FindPropertyImplDecl()
2119 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl()
2121 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in FindPropertyImplDecl()
2129 if (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in FindPropertyImplDecl()