Searched refs:IvarLoc (Results 1 – 4 of 4) sorted by relevance
2670 SourceLocation IvarLoc; variable2692 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()2724 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc()2727 SourceLocation IvarLoc) { in setPropertyIvarDecl() argument2729 this->IvarLoc = IvarLoc; in setPropertyIvarDecl()2740 return IvarLoc.isValid() && IvarLoc != getLocation(); in isIvarNameSpecified()
2209 if (IvarLoc.isValid()) in getSourceRange()2210 EndLoc = IvarLoc; in getSourceRange()
2924 SourceLocation IvarLoc, in RebuildObjCIvarRefExpr() argument2928 DeclarationNameInfo NameInfo(Ivar->getDeclName(), IvarLoc); in RebuildObjCIvarRefExpr()2930 /*FIXME:*/IvarLoc, IsArrow, in RebuildObjCIvarRefExpr()
1164 D->IvarLoc = ReadSourceLocation(Record, Idx); in VisitObjCPropertyImplDecl()