Searched refs:QueryKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 249 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 D | SemaObjCProperty.cpp | 1001 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 D | DeclObjC.h | 1080 ObjCPropertyQueryKind QueryKind) const; 1801 ObjCPropertyQueryKind QueryKind) const;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 957 ObjCPropertyQueryKind QueryKind);
|