/external/clang/lib/AST/ |
D | DeclObjC.cpp | 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() [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 180 ObjCPropertyQueryKind queryKind) { in findPropertyDecl() 206 if ((queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in findPropertyDecl() 208 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl() 210 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in findPropertyDecl() 218 if (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in findPropertyDecl() 239 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration() 372 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass() 2168 ObjCPropertyQueryKind QueryKind) const { in FindPropertyImplDecl() 2174 if ((QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in FindPropertyImplDecl() 2176 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl() [all …]
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 687 enum class ObjCPropertyQueryKind : uint8_t { enum 830 ObjCPropertyQueryKind getQueryKind() const { in getQueryKind() 831 return isClassProperty() ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind() 832 ObjCPropertyQueryKind::OBJC_PR_query_instance; in getQueryKind() 834 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind() 835 return isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind() 836 ObjCPropertyQueryKind::OBJC_PR_query_instance; in getQueryKind() 891 ObjCPropertyQueryKind queryKind); 1019 ObjCPropertyQueryKind QueryKind) const; 1705 ObjCPropertyQueryKind QueryKind) const; [all …]
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 737 enum class ObjCPropertyQueryKind : uint8_t { enum 879 ObjCPropertyQueryKind getQueryKind() const { in getQueryKind() 880 return isClassProperty() ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind() 881 ObjCPropertyQueryKind::OBJC_PR_query_instance; in getQueryKind() 884 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind() 885 return isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind() 886 ObjCPropertyQueryKind::OBJC_PR_query_instance; in getQueryKind() 957 ObjCPropertyQueryKind queryKind); 1099 ObjCPropertyQueryKind QueryKind) const; 1801 ObjCPropertyQueryKind QueryKind) const; [all …]
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 413 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) in FindGetterSetterNameDeclFromProtocolList() 435 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in FindGetterSetterNameDecl() 1409 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in LookupMemberExpr()
|
D | SemaObjCProperty.cpp | 860 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute() 902 ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl()
|
D | SemaExprObjC.cpp | 1781 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr() 1797 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr() 1858 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr()
|
D | SemaLookup.cpp | 4285 Name, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in LookupPotentialTypoResult()
|
D | SemaCodeComplete.cpp | 6225 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in CodeCompleteObjCPropertySynthesizeIvar()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprMember.cpp | 434 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) in FindGetterSetterNameDeclFromProtocolList() 456 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in FindGetterSetterNameDecl() 1377 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in LookupMemberExpr()
|
D | SemaExprObjC.cpp | 2000 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr() 2016 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr() 2077 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr() 2209 &propertyName, ObjCPropertyQueryKind::OBJC_PR_query_class)) { in ActOnClassPropertyRefExpr()
|
D | SemaObjCProperty.cpp | 1022 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute() 1091 ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl()
|
D | SemaDeclObjC.cpp | 3945 ? ObjCPropertyQueryKind::OBJC_PR_query_class in DiagnoseCategoryDirectMembersProtocolConformance() 3946 : ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in DiagnoseCategoryDirectMembersProtocolConformance()
|
D | SemaLookup.cpp | 4599 Name, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in LookupPotentialTypoResult()
|
D | SemaCodeComplete.cpp | 7944 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in CodeCompleteObjCPropertySynthesizeIvar()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2378 ObjCPropertyQueryKind::OBJC_PR_query_unknown); in ParseObjCPropertySynthesize() 2441 isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in ParseObjCPropertyDynamic() 2442 ObjCPropertyQueryKind::OBJC_PR_query_unknown); in ParseObjCPropertyDynamic()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 2347 ObjCPropertyQueryKind::OBJC_PR_query_unknown); in ParseObjCPropertySynthesize() 2409 isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in ParseObjCPropertyDynamic() 2410 ObjCPropertyQueryKind::OBJC_PR_query_unknown); in ParseObjCPropertyDynamic()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTSource.cpp | 1227 &name_identifier, ObjCPropertyQueryKind::OBJC_PR_query_instance)); in FindObjCPropertyAndIvarDeclsWithOrigin()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7519 ObjCPropertyQueryKind QueryKind);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9502 ObjCPropertyQueryKind QueryKind);
|