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