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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp891 SourceLocation PropertyIvarLoc) {
899 if (PropertyIvarLoc.isInvalid())
900 PropertyIvarLoc = PropertyLoc;
1125 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar,
1129 if (RequireNonAbstractType(PropertyIvarLoc,
1167 compat = (CheckAssignmentConstraints(PropertyIvarLoc, PropertyIvarType,
1225 Ivar, PropertyIvarLoc);
885 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument

Completed in 37 milliseconds