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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp712 IdentifierInfo *PropertyIvar,
818 if (!PropertyIvar)
819 PropertyIvar = PropertyId;
822 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared);
867 << PropertyId << (Ivar == 0) << PropertyIvar
923 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar,
1005 } else if (PropertyIvar)
1097 IC->FindPropertyImplIvarDecl(PropertyIvar)) {
1100 << PropertyIvar;
1122 if (PropertyIvar
707 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument
[all...]

Completed in 2152 milliseconds