Home
last modified time | relevance | path

Searched refs:ObjCPropertyQueryKind (Results 1 – 20 of 20) sorted by relevance

/external/clang/lib/AST/
DDeclObjC.cpp156 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/
DDeclObjC.cpp180 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/
DDeclObjC.h687 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/
DDeclObjC.h737 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/
DSemaExprMember.cpp413 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()
DSemaObjCProperty.cpp860 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute()
902 ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl()
DSemaExprObjC.cpp1781 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()
DSemaLookup.cpp4285 Name, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in LookupPotentialTypoResult()
DSemaCodeComplete.cpp6225 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in CodeCompleteObjCPropertySynthesizeIvar()
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp434 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()
DSemaExprObjC.cpp2000 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()
DSemaObjCProperty.cpp1022 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute()
1091 ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl()
DSemaDeclObjC.cpp3945 ? ObjCPropertyQueryKind::OBJC_PR_query_class in DiagnoseCategoryDirectMembersProtocolConformance()
3946 : ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in DiagnoseCategoryDirectMembersProtocolConformance()
DSemaLookup.cpp4599 Name, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in LookupPotentialTypoResult()
DSemaCodeComplete.cpp7944 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in CodeCompleteObjCPropertySynthesizeIvar()
/external/clang/lib/Parse/
DParseObjc.cpp2378 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/
DParseObjc.cpp2347 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/
DClangASTSource.cpp1227 &name_identifier, ObjCPropertyQueryKind::OBJC_PR_query_instance)); in FindObjCPropertyAndIvarDeclsWithOrigin()
/external/clang/include/clang/Sema/
DSema.h7519 ObjCPropertyQueryKind QueryKind);
/external/llvm-project/clang/include/clang/Sema/
DSema.h9502 ObjCPropertyQueryKind QueryKind);