Searched refs:IvarLoc (Results 1 – 4 of 4) sorted by relevance
2618 SourceLocation IvarLoc; variable2640 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()2672 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc()2675 SourceLocation IvarLoc) { in setPropertyIvarDecl() argument2677 this->IvarLoc = IvarLoc; in setPropertyIvarDecl()2688 return IvarLoc.isValid() && IvarLoc != getLocation(); in isIvarNameSpecified()
2154 if (IvarLoc.isValid()) in getSourceRange()2155 EndLoc = IvarLoc; in getSourceRange()
2841 SourceLocation IvarLoc, in RebuildObjCIvarRefExpr() argument2845 DeclarationNameInfo NameInfo(Ivar->getDeclName(), IvarLoc); in RebuildObjCIvarRefExpr()2847 /*FIXME:*/IvarLoc, IsArrow, in RebuildObjCIvarRefExpr()
1109 D->IvarLoc = ReadSourceLocation(Record, Idx); in VisitObjCPropertyImplDecl()