Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp238 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
250 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
257 QueryKind)) in FindPropertyDeclaration()
267 QueryKind)) in FindPropertyDeclaration()
277 PropertyId, QueryKind)) in FindPropertyDeclaration()
284 QueryKind)) in FindPropertyDeclaration()
371 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
381 QueryKind)) in FindPropertyVisibleInPrimaryClass()
387 QueryKind)) in FindPropertyVisibleInPrimaryClass()
2111 ObjCPropertyQueryKind QueryKind) const { in FindPropertyImplDecl()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1010 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute() argument
1034 Prop->getIdentifier(), QueryKind)) in hasWrittenStorageAttribute()
1052 ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl() argument
1079 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1162 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1274 if (!hasWrittenStorageAttribute(property, QueryKind) && in ActOnPropertyImplDecl()
1519 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1558 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1101 ObjCPropertyQueryKind QueryKind) const;
1803 ObjCPropertyQueryKind QueryKind) const;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8155 ObjCPropertyQueryKind QueryKind);