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.cpp249 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
261 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
268 QueryKind)) in FindPropertyDeclaration()
278 QueryKind)) in FindPropertyDeclaration()
288 PropertyId, QueryKind)) in FindPropertyDeclaration()
295 QueryKind)) in FindPropertyDeclaration()
300 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
309 QueryKind)) in FindPropertyDeclaration()
380 const IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
390 QueryKind)) in FindPropertyVisibleInPrimaryClass()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1001 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute() argument
1025 Prop->getIdentifier(), QueryKind)) in hasWrittenStorageAttribute()
1066 SourceLocation PropertyIvarLoc, ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl() argument
1094 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1174 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1285 if (!hasWrittenStorageAttribute(property, QueryKind) && in ActOnPropertyImplDecl()
1556 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1595 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1080 ObjCPropertyQueryKind QueryKind) const;
1801 ObjCPropertyQueryKind QueryKind) const;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h957 ObjCPropertyQueryKind QueryKind);