reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclObjC.h
  880   ObjCPropertyQueryKind getQueryKind() const {
  881     return isClassProperty() ? ObjCPropertyQueryKind::OBJC_PR_query_class :
  882                                ObjCPropertyQueryKind::OBJC_PR_query_instance;
  885   static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) {
  886     return isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class :
  887                              ObjCPropertyQueryKind::OBJC_PR_query_instance;
  958                                             ObjCPropertyQueryKind queryKind);
 1100                           ObjCPropertyQueryKind QueryKind) const;
 1802                                        ObjCPropertyQueryKind QueryKind) const;
 2458                             ObjCPropertyQueryKind queryKind) const;
tools/clang/include/clang/Sema/Sema.h
 8714                               ObjCPropertyQueryKind QueryKind);
tools/clang/lib/AST/DeclObjC.cpp
  178                                    ObjCPropertyQueryKind queryKind) {
  204       if ((queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown &&
  206           (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class &&
  208           (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance &&
  216   if (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown)
  237     ObjCPropertyQueryKind QueryKind) const {
  370                        ObjCPropertyQueryKind QueryKind) const {
 2110                      ObjCPropertyQueryKind QueryKind) const {
 2116       if ((QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown &&
 2118           (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class &&
 2120           (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance &&
 2128   if (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown)
tools/clang/lib/Parse/ParseObjc.cpp
 2344         ObjCPropertyQueryKind::OBJC_PR_query_unknown);
 2406         isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class :
 2407         ObjCPropertyQueryKind::OBJC_PR_query_unknown);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 7353             PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
tools/clang/lib/Sema/SemaExprMember.cpp
  436             Member, ObjCPropertyQueryKind::OBJC_PR_query_instance))
  458               Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
 1379                 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
tools/clang/lib/Sema/SemaExprObjC.cpp
 1842           Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
 1858             Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
 1919           Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
 2050           &propertyName, ObjCPropertyQueryKind::OBJC_PR_query_class)) {
tools/clang/lib/Sema/SemaLookup.cpp
 4615               Name, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1009                                        ObjCPropertyQueryKind QueryKind) {
 1051                                   ObjCPropertyQueryKind QueryKind) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 1471           &name_identifier, ObjCPropertyQueryKind::OBJC_PR_query_instance));