Searched refs:ObjCPropertyQueryKind (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A 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() 251 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration() 384 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass() 2260 ObjCPropertyQueryKind QueryKind) const { in FindPropertyImplDecl() 2266 if ((QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in FindPropertyImplDecl() 2268 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 717 enum class ObjCPropertyQueryKind : uint8_t { enum 856 ObjCPropertyQueryKind getQueryKind() const { in getQueryKind() 857 return isClassProperty() ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind() 858 ObjCPropertyQueryKind::OBJC_PR_query_instance; in getQueryKind() 861 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind() 862 return isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind() 863 ObjCPropertyQueryKind::OBJC_PR_query_instance; in getQueryKind() 934 ObjCPropertyQueryKind queryKind); 1079 ObjCPropertyQueryKind QueryKind) const; 1799 ObjCPropertyQueryKind QueryKind) const; [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 468 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) in FindGetterSetterNameDeclFromProtocolList() 490 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in FindGetterSetterNameDecl() 1426 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in LookupMemberExpr()
|
| H A D | SemaExprObjC.cpp | 2001 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr() 2017 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr() 2078 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr() 2210 &propertyName, ObjCPropertyQueryKind::OBJC_PR_query_class)) { in ActOnClassPropertyRefExpr()
|
| H A D | SemaObjCProperty.cpp | 1015 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute() 1084 ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl()
|
| H A D | SemaDeclObjC.cpp | 3960 ? ObjCPropertyQueryKind::OBJC_PR_query_class in DiagnoseCategoryDirectMembersProtocolConformance() 3961 : ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in DiagnoseCategoryDirectMembersProtocolConformance()
|
| H A D | SemaLookup.cpp | 5003 Name, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in LookupPotentialTypoResult()
|
| H A D | SemaCodeComplete.cpp | 8758 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in CodeCompleteObjCPropertySynthesizeIvar()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 2417 ObjCPropertyQueryKind::OBJC_PR_query_unknown); in ParseObjCPropertySynthesize() 2479 isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in ParseObjCPropertyDynamic() 2480 ObjCPropertyQueryKind::OBJC_PR_query_unknown); in ParseObjCPropertyDynamic()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 1206 &name_identifier, ObjCPropertyQueryKind::OBJC_PR_query_instance)); in FindObjCPropertyAndIvarDeclsWithOrigin()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10690 ObjCPropertyQueryKind QueryKind);
|