Searched refs:SetterAndMethodRefFlags (Results 1 – 2 of 2) sorted by relevance
672 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), in ObjCPropertyRefExpr()683 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), in ObjCPropertyRefExpr()718 return SetterAndMethodRefFlags.getPointer(); in getImplicitPropertySetter()737 return SetterAndMethodRefFlags.getInt() & MethodRef_Getter; in isMessagingGetter()744 return SetterAndMethodRefFlags.getInt() & MethodRef_Setter; in isMessagingSetter()813 SetterAndMethodRefFlags.setPointer(nullptr); in setExplicitProperty()814 SetterAndMethodRefFlags.setInt(methRefFlags); in setExplicitProperty()821 SetterAndMethodRefFlags.setPointer(Setter); in setImplicitProperty()822 SetterAndMethodRefFlags.setInt(methRefFlags); in setImplicitProperty()833 unsigned f = SetterAndMethodRefFlags.getInt(); in setMethodRefFlag()[all …]
1464 Record.push_back(E->SetterAndMethodRefFlags.getInt()); in VisitObjCPropertyRefExpr()