Home
last modified time | relevance | path

Searched refs:SetterAndMethodRefFlags (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h669 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 …]
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1365 Record.push_back(E->SetterAndMethodRefFlags.getInt()); in VisitObjCPropertyRefExpr()