Searched refs:ReceiverLoc (Results 1 – 2 of 2) sorted by relevance
95 SourceLocation ReceiverLoc = Message->getReceiverRange().getBegin(); in check() local96 if (ReceiverLoc.isMacroID() || ReceiverLoc.isInvalid()) in check()
644 SourceLocation ReceiverLoc; variable660 IdLoc(l), ReceiverLoc(sl), Receiver(st.getTypePtr()) { in ObjCPropertyRefExpr()681 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) { in ObjCPropertyRefExpr()688 SourceLocation IdLoc, SourceLocation ReceiverLoc, in ObjCPropertyRefExpr() argument692 IdLoc(IdLoc), ReceiverLoc(ReceiverLoc), Receiver(Receiver) { in ObjCPropertyRefExpr()761 SourceLocation getReceiverLocation() const { return ReceiverLoc; } in getReceiverLocation()827 void setReceiverLocation(SourceLocation Loc) { ReceiverLoc = Loc; } in setReceiverLocation()