Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp252 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
264 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
271 QueryKind)) in FindPropertyDeclaration()
281 QueryKind)) in FindPropertyDeclaration()
291 PropertyId, QueryKind)) in FindPropertyDeclaration()
298 QueryKind)) in FindPropertyDeclaration()
303 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
312 QueryKind)) in FindPropertyDeclaration()
383 const IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
393 QueryKind)) in FindPropertyVisibleInPrimaryClass()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1000 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute() argument
1024 Prop->getIdentifier(), QueryKind)) in hasWrittenStorageAttribute()
1065 SourceLocation PropertyIvarLoc, ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl() argument
1093 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1173 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1284 if (!hasWrittenStorageAttribute(property, QueryKind) && in ActOnPropertyImplDecl()
1546 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1585 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1082 ObjCPropertyQueryKind QueryKind) const;
1802 ObjCPropertyQueryKind QueryKind) const;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h964 ObjCPropertyQueryKind QueryKind);