Searched refs:IvarLoc (Results 1 – 4 of 4) sorted by relevance
2636 SourceLocation IvarLoc; variable2658 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl()2690 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc()2693 SourceLocation IvarLoc) { in setPropertyIvarDecl() argument2695 this->IvarLoc = IvarLoc; in setPropertyIvarDecl()2706 return IvarLoc.isValid() && IvarLoc != getLocation(); in isIvarNameSpecified()
2100 if (IvarLoc.isValid()) in getSourceRange()2101 EndLoc = IvarLoc; in getSourceRange()
2686 SourceLocation IvarLoc, in RebuildObjCIvarRefExpr() argument2690 DeclarationNameInfo NameInfo(Ivar->getDeclName(), IvarLoc); in RebuildObjCIvarRefExpr()2692 /*FIXME:*/IvarLoc, IsArrow, in RebuildObjCIvarRefExpr()
1130 D->IvarLoc = ReadSourceLocation(Record, Idx); in VisitObjCPropertyImplDecl()