Lines Matching refs:ObjCPropertyQueryKind
181 ObjCPropertyQueryKind queryKind) { in findPropertyDecl()
207 if ((queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in findPropertyDecl()
209 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl()
211 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in findPropertyDecl()
219 if (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in findPropertyDecl()
252 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
383 const IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const { 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()