Lines Matching refs:ObjCPropertyQueryKind
179 ObjCPropertyQueryKind queryKind) { in findPropertyDecl()
205 if ((queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in findPropertyDecl()
207 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl()
209 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in findPropertyDecl()
217 if (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in findPropertyDecl()
238 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
371 ObjCPropertyQueryKind QueryKind) const { 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()