Searched refs:PropertyId (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 425 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in HandlePropertyInClassExtension() local 441 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty)); in HandlePropertyInClassExtension() 573 IdentifierInfo *PropertyId = FD.D.getIdentifier(); in CreatePropertyDecl() local 599 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId; in CreatePropertyDecl() 616 PropertyId, AtLoc, in CreatePropertyDecl() 623 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) { in CreatePropertyDecl() 899 IdentifierInfo *PropertyId, in ActOnPropertyImplDecl() argument 929 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() 935 Diag(PropertyLoc, diag::error_synthesize_on_class_property) << PropertyId; in ActOnPropertyImplDecl() 1011 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); in ActOnPropertyImplDecl() [all …]
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 214 const IdentifierInfo *PropertyId, in FindPropertyDeclaration() argument 227 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind)) in FindPropertyDeclaration() 233 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyDeclaration() 243 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 254 PropertyId, QueryKind)) in FindPropertyDeclaration() 260 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 266 return superClass->FindPropertyDeclaration(PropertyId, QueryKind); in FindPropertyDeclaration() 274 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId, in FindPropertyDeclaration() 347 IdentifierInfo *PropertyId, in FindPropertyVisibleInPrimaryClass() argument 357 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId, in FindPropertyVisibleInPrimaryClass() [all …]
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1018 FindPropertyDeclaration(const IdentifierInfo *PropertyId, 1704 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId,
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1085 IdentifierInfo *PropertyId = PD->getIdentifier(); in VisitObjCPropertyDecl() local 1087 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId, in VisitObjCPropertyDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7516 IdentifierInfo *PropertyId,
|