Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp413 const IdentifierInfo *PropertyId = FD.D.getIdentifier(); in HandlePropertyInClassExtension() local
430 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty)); in HandlePropertyInClassExtension()
559 const IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local
585 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl()
602 PropertyId, AtLoc, in CreatePropertyDecl()
610 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) { in CreatePropertyDecl()
1064 IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, in ActOnPropertyImplDecl() argument
1093 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
1099 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl()
1173 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp251 const IdentifierInfo *PropertyId, in FindPropertyDeclaration() argument
264 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration()
270 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration()
280 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
291 PropertyId, QueryKind)) in FindPropertyDeclaration()
297 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
303 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration()
311 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration()
383 const IdentifierInfo *PropertyId, ObjCPropertyQueryKind QueryKind) const { in FindPropertyVisibleInPrimaryClass() argument
392 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1081 FindPropertyDeclaration(const IdentifierInfo *PropertyId,
1801 FindPropertyVisibleInPrimaryClass(const IdentifierInfo *PropertyId,
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h961 IdentifierInfo *PropertyId,