Home | History | Annotate | Download | only in Sema

Lines Matching full:zerowidth

10912                                 Expr *BitWidth, bool *ZeroWidth) {
10914 if (ZeroWidth)
10915 *ZeroWidth = true;
10943 if (Value != 0 && ZeroWidth)
10944 *ZeroWidth = false;
11176 bool ZeroWidth = false;
11180 &ZeroWidth).take();
11184 ZeroWidth = false;