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