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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp802 SourceLocation PropertyIvarLoc) {
810 if (PropertyIvarLoc.isInvalid())
811 PropertyIvarLoc = PropertyLoc;
1030 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar,
1034 if (RequireNonAbstractType(PropertyIvarLoc,
1072 compat = (CheckAssignmentConstraints(PropertyIvarLoc, PropertyIvarType,
1129 Ivar, PropertyIvarLoc);
796 ActOnPropertyImplDecl(Scope *S, SourceLocation AtLoc, SourceLocation PropertyLoc, bool Synthesize, IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, SourceLocation PropertyIvarLoc) argument

Completed in 274 milliseconds