Home
last modified time | relevance | path

Searched refs:QueryKind (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp251 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
263 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
270 QueryKind)) in FindPropertyDeclaration()
280 QueryKind)) in FindPropertyDeclaration()
290 PropertyId, QueryKind)) in FindPropertyDeclaration()
297 QueryKind)) in FindPropertyDeclaration()
384 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
394 QueryKind)) in FindPropertyVisibleInPrimaryClass()
400 QueryKind)) in FindPropertyVisibleInPrimaryClass()
2260 ObjCPropertyQueryKind QueryKind) const { in FindPropertyImplDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1015 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute() argument
1039 Prop->getIdentifier(), QueryKind)) in hasWrittenStorageAttribute()
1084 ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl() argument
1111 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1191 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1302 if (!hasWrittenStorageAttribute(property, QueryKind) && in ActOnPropertyImplDecl()
1567 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1606 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1079 ObjCPropertyQueryKind QueryKind) const;
1799 ObjCPropertyQueryKind QueryKind) const;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10690 ObjCPropertyQueryKind QueryKind);