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