Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp239 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
251 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
258 QueryKind)) in FindPropertyDeclaration()
268 QueryKind)) in FindPropertyDeclaration()
278 PropertyId, QueryKind)) in FindPropertyDeclaration()
285 QueryKind)) in FindPropertyDeclaration()
290 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
299 QueryKind)) in FindPropertyDeclaration()
372 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
382 QueryKind)) in FindPropertyVisibleInPrimaryClass()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
1569 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1608 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1077 ObjCPropertyQueryKind QueryKind) const;
1779 ObjCPropertyQueryKind QueryKind) const;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9654 ObjCPropertyQueryKind QueryKind);