Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp424 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in HandlePropertyInClassExtension() local
437 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId); in HandlePropertyInClassExtension()
569 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local
595 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl()
612 PropertyId, AtLoc, in CreatePropertyDecl()
616 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) { in CreatePropertyDecl()
889 IdentifierInfo *PropertyId, in ActOnPropertyImplDecl() argument
918 property = IDecl->FindPropertyDeclaration(PropertyId); in ActOnPropertyImplDecl()
996 property = Category->FindPropertyDeclaration(PropertyId); in ActOnPropertyImplDecl()
1013 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()
[all …]
/external/clang/lib/AST/
DDeclObjC.cpp195 const IdentifierInfo *PropertyId) const { in FindPropertyDeclaration()
207 if (auto *P = Ext->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
213 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyDeclaration()
222 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
231 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
237 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
242 return superClass->FindPropertyDeclaration(PropertyId); in FindPropertyDeclaration()
250 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration()
322 IdentifierInfo *PropertyId) const { in FindPropertyVisibleInPrimaryClass()
331 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyVisibleInPrimaryClass()
[all …]
/external/clang/include/clang/AST/
DDeclObjC.h781 FindPropertyDeclaration(const IdentifierInfo *PropertyId) const;
1464 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId) const;
/external/clang/tools/libclang/
DCIndex.cpp1084 IdentifierInfo *PropertyId = PD->getIdentifier(); in VisitObjCPropertyDecl() local
1086 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId); in VisitObjCPropertyDecl()
/external/clang/include/clang/Sema/
DSema.h7346 IdentifierInfo *PropertyId,