Lines Matching refs:ObjCPropertyQueryKind
156 ObjCPropertyQueryKind queryKind) { in findPropertyDecl()
182 if ((queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in findPropertyDecl()
184 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl()
186 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in findPropertyDecl()
194 if (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in findPropertyDecl()
215 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
348 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
2051 ObjCPropertyQueryKind QueryKind) const { in FindPropertyImplDecl()
2057 if ((QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in FindPropertyImplDecl()
2059 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl()
2061 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in FindPropertyImplDecl()
2069 if (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in FindPropertyImplDecl()