Searched refs:MethodRefFlags (Results 1 – 2 of 2) sorted by relevance
625 enum MethodRefFlags { enum829 void setMethodRefFlag(MethodRefFlags flag, bool val) { in setMethodRefFlag()
1493 unsigned MethodRefFlags = Record.readInt(); in VisitObjCPropertyRefExpr() local1498 E->setImplicitProperty(Getter, Setter, MethodRefFlags); in VisitObjCPropertyRefExpr()1500 E->setExplicitProperty(readDeclAs<ObjCPropertyDecl>(), MethodRefFlags); in VisitObjCPropertyRefExpr()