Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
302 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
311 QueryKind)) in FindPropertyDeclaration()
384 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
394 QueryKind)) in FindPropertyVisibleInPrimaryClass()
[all …]
/openbsd-src/gnu/llvm/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()
1568 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1607 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1076 ObjCPropertyQueryKind QueryKind) const;
1791 ObjCPropertyQueryKind QueryKind) const;
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10372 ObjCPropertyQueryKind QueryKind);