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