Searched refs:SetterAndMethodRefFlags (Results 1 – 2 of 2) sorted by relevance
669 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), in ObjCPropertyRefExpr()680 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), in ObjCPropertyRefExpr()715 return SetterAndMethodRefFlags.getPointer(); in getImplicitPropertySetter()734 return SetterAndMethodRefFlags.getInt() & MethodRef_Getter; in isMessagingGetter()741 return SetterAndMethodRefFlags.getInt() & MethodRef_Setter; in isMessagingSetter()810 SetterAndMethodRefFlags.setPointer(nullptr); in setExplicitProperty()811 SetterAndMethodRefFlags.setInt(methRefFlags); in setExplicitProperty()818 SetterAndMethodRefFlags.setPointer(Setter); in setImplicitProperty()819 SetterAndMethodRefFlags.setInt(methRefFlags); in setImplicitProperty()830 unsigned f = SetterAndMethodRefFlags.getInt(); in setMethodRefFlag()[all …]
1365 Record.push_back(E->SetterAndMethodRefFlags.getInt()); in VisitObjCPropertyRefExpr()