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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp269 IdentifierInfo *PropertyId = FD.D.getIdentifier(); local
279 ObjCPropertyDecl::findPropertyDecl(ClsExtDecl, PropertyId)) {
291 PropertyId, AtLoc, LParenLoc, T);
314 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
437 IdentifierInfo *PropertyId = FD.D.getIdentifier(); local
451 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
459 PropertyId, AtLoc, LParenLoc, TInfo);
462 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) {
711 IdentifierInfo *PropertyId,
740 property = IDecl->FindPropertyDeclaration(PropertyId);
707 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp97 /// in 'PropertyId' and returns it. It returns 0, if not found.
99 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const {
102 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
112 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
122 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
129 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
134 return superClass->FindPropertyDeclaration(PropertyId);
143 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
155 /// with name 'PropertyId' in the primary class; including those in protocols
160 IdentifierInfo *PropertyId) cons
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h521 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
881 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId) const;
/external/clang/tools/libclang/
H A DCIndex.cpp1014 IdentifierInfo *PropertyId = PD->getIdentifier();
1016 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId);
/external/clang/include/clang/Sema/
H A DSema.h6103 IdentifierInfo *PropertyId,

Completed in 108 milliseconds