Searched refs:MethodRefFlags (Results 1 – 2 of 2) sorted by relevance
628 enum MethodRefFlags { enum832 void setMethodRefFlag(MethodRefFlags flag, bool val) { in setMethodRefFlag()
1520 unsigned MethodRefFlags = Record.readInt(); in VisitObjCPropertyRefExpr() 1525 E->setImplicitProperty(Getter, Setter, MethodRefFlags); in VisitObjCPropertyRefExpr() 1527 E->setExplicitProperty(readDeclAs<ObjCPropertyDecl>(), MethodRefFlags); in VisitObjCPropertyRefExpr() 1513 unsigned MethodRefFlags = Record.readInt(); VisitObjCPropertyRefExpr() local