Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp215 ObjCPropertyQueryKind QueryKind) const { in FindPropertyDeclaration()
227 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
234 QueryKind)) in FindPropertyDeclaration()
244 QueryKind)) in FindPropertyDeclaration()
254 PropertyId, QueryKind)) in FindPropertyDeclaration()
261 QueryKind)) in FindPropertyDeclaration()
266 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
275 QueryKind)) in FindPropertyDeclaration()
348 ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass()
358 QueryKind)) in FindPropertyVisibleInPrimaryClass()
[all …]
/external/clang/lib/Sema/
DSemaObjCProperty.cpp860 ObjCPropertyQueryKind QueryKind) { in hasWrittenStorageAttribute() argument
884 Prop->getIdentifier(), QueryKind)) in hasWrittenStorageAttribute()
902 ObjCPropertyQueryKind QueryKind) { in ActOnPropertyImplDecl() argument
929 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1011 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1123 if (!hasWrittenStorageAttribute(property, QueryKind) && in ActOnPropertyImplDecl()
1358 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1397 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
/external/clang/include/clang/AST/
DDeclObjC.h1019 ObjCPropertyQueryKind QueryKind) const;
1705 ObjCPropertyQueryKind QueryKind) const;
/external/clang/include/clang/Sema/
DSema.h7519 ObjCPropertyQueryKind QueryKind);