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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp340 IdentifierInfo *PropertyId = FD.D.getIdentifier(); local
351 = ObjCPropertyDecl::findPropertyDecl(*Ext, PropertyId)) {
364 PropertyId, AtLoc, LParenLoc, T);
391 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
516 IdentifierInfo *PropertyId = FD.D.getIdentifier(); local
530 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
546 PropertyId, AtLoc, LParenLoc, TInfo);
549 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) {
855 IdentifierInfo *PropertyId,
884 property = IDecl->FindPropertyDeclaration(PropertyId);
851 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument
[all...]

Completed in 66 milliseconds