Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp422 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in HandlePropertyInClassExtension() local
439 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty)); in HandlePropertyInClassExtension()
574 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local
1081 IdentifierInfo *PropertyId, in ActOnPropertyImplDecl() argument
1208 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()
1286 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()
1346 << PropertyId; in ActOnPropertyImplDecl()
1561 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier() in ActOnPropertyImplDecl()
1567 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1584 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp250 const IdentifierInfo *PropertyId, in FindPropertyDeclaration() argument
263 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
269 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration()
279 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
290 PropertyId, QueryKind)) in FindPropertyDeclaration()
296 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
302 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
310 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
383 IdentifierInfo *PropertyId, in FindPropertyVisibleInPrimaryClass() argument
393 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1078 FindPropertyDeclaration(const IdentifierInfo *PropertyId,
1798 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10687 IdentifierInfo *PropertyId,