Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp178 ObjCPropertyQueryKind queryKind) { in findPropertyDecl()
204 if ((queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in findPropertyDecl()
206 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in findPropertyDecl()
208 (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_instance && in findPropertyDecl()
216 if (queryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown) in findPropertyDecl()
249 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
380 const IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
2243 ObjCPropertyQueryKind QueryKind) const { in FindPropertyImplDecl()
2249 if ((QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_unknown && in FindPropertyImplDecl()
2251 (QueryKind == ObjCPropertyQueryKind::OBJC_PR_query_class && in FindPropertyImplDecl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h716 enum class ObjCPropertyQueryKind : uint8_t { enum
857 ObjCPropertyQueryKind getQueryKind() const { in getQueryKind()
858 return isClassProperty() ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind()
859 ObjCPropertyQueryKind::OBJC_PR_query_instance; in getQueryKind()
862 static ObjCPropertyQueryKind getQueryKind(bool isClassProperty) { in getQueryKind()
863 return isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class : in getQueryKind()
864 ObjCPropertyQueryKind::OBJC_PR_query_instance; in getQueryKind()
935 ObjCPropertyQueryKind queryKind);
1080 ObjCPropertyQueryKind QueryKind) const;
1801 ObjCPropertyQueryKind QueryKind) const;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp513 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) in FindGetterSetterNameDeclFromProtocolList()
535 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in FindGetterSetterNameDecl()
1375 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in LookupMemberExpr()
H A DSemaExprObjC.cpp2001 Member, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in HandleExprPropertyRefExpr()
2017 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()
H A DSemaObjCProperty.cpp1001 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute()
1066 SourceLocation PropertyIvarLoc, ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl()
H A DSemaDeclObjC.cpp3965 ? ObjCPropertyQueryKind::OBJC_PR_query_class in DiagnoseCategoryDirectMembersProtocolConformance()
3966 : ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in DiagnoseCategoryDirectMembersProtocolConformance()
H A DSemaLookup.cpp5026 Name, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in LookupPotentialTypoResult()
H A DSemaCodeComplete.cpp8998 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in CodeCompleteObjCPropertySynthesizeIvar()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2123 propertyIvarLoc, ObjCPropertyQueryKind::OBJC_PR_query_unknown); in ParseObjCPropertySynthesize()
2179 isClassProperty ? ObjCPropertyQueryKind::OBJC_PR_query_class in ParseObjCPropertyDynamic()
2180 : ObjCPropertyQueryKind::OBJC_PR_query_unknown); in ParseObjCPropertyDynamic()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h957 ObjCPropertyQueryKind QueryKind);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1157 &name_identifier, ObjCPropertyQueryKind::OBJC_PR_query_instance)); in FindObjCPropertyAndIvarDeclsWithOrigin()