Searched refs:IvarLoc (Results 1 – 4 of 4) sorted by relevance
2370 SourceLocation IvarLoc; variable2392 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()2424 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc()2427 SourceLocation IvarLoc) { in setPropertyIvarDecl() argument2429 this->IvarLoc = IvarLoc; in setPropertyIvarDecl()2440 return IvarLoc.isValid() && IvarLoc != getLocation(); in isIvarNameSpecified()
1858 if (IvarLoc.isValid()) in getSourceRange()1859 EndLoc = IvarLoc; in getSourceRange()
2572 SourceLocation IvarLoc, in RebuildObjCIvarRefExpr() argument2576 DeclarationNameInfo NameInfo(Ivar->getDeclName(), IvarLoc); in RebuildObjCIvarRefExpr()2578 /*FIXME:*/IvarLoc, IsArrow, in RebuildObjCIvarRefExpr()
947 D->IvarLoc = ReadSourceLocation(Record, Idx); in VisitObjCPropertyImplDecl()