Searched refs:PropertyId (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 330 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in HandlePropertyInClassExtension() local 338 = ObjCPropertyDecl::findPropertyDecl(Ext, PropertyId)) { in HandlePropertyInClassExtension() 351 PropertyId, AtLoc, LParenLoc, T); in HandlePropertyInClassExtension() 378 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId); in HandlePropertyInClassExtension() 537 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local 551 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl() 567 PropertyId, AtLoc, LParenLoc, TInfo); in CreatePropertyDecl() 570 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) { in CreatePropertyDecl() 803 IdentifierInfo *PropertyId, in ActOnPropertyImplDecl() argument 832 property = IDecl->FindPropertyDeclaration(PropertyId); in ActOnPropertyImplDecl() [all …]
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 186 const IdentifierInfo *PropertyId) const { in FindPropertyDeclaration() 195 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyDeclaration() 204 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration() 213 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration() 219 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration() 224 return superClass->FindPropertyDeclaration(PropertyId); in FindPropertyDeclaration() 232 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyDeclaration() 248 IdentifierInfo *PropertyId) const { in FindPropertyVisibleInPrimaryClass() 257 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId)) in FindPropertyVisibleInPrimaryClass() 262 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId)) in FindPropertyVisibleInPrimaryClass()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 595 FindPropertyDeclaration(const IdentifierInfo *PropertyId) const; 1250 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId) const;
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1061 IdentifierInfo *PropertyId = PD->getIdentifier(); in VisitObjCPropertyDecl() local 1063 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId); in VisitObjCPropertyDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7005 IdentifierInfo *PropertyId,
|