Searched refs:OBE (Results 1 – 3 of 3) sorted by relevance
63 #define OBE (1 << 1) /* Output Buffer Enable Field. */ macro
318 void VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE);
1273 void JSONNodeDumper::VisitObjCBoxedExpr(const ObjCBoxedExpr *OBE) { in VisitObjCBoxedExpr() argument1274 if (const ObjCMethodDecl *MD = OBE->getBoxingMethod()) { in VisitObjCBoxedExpr()