Lines Matching full:through

23         case Kind::STAR:         // fall through  in getBinaryPrecedence()
24 case Kind::SLASH: // fall through in getBinaryPrecedence()
26 case Kind::PLUS: // fall through in getBinaryPrecedence()
28 case Kind::SHL: // fall through in getBinaryPrecedence()
30 case Kind::LT: // fall through in getBinaryPrecedence()
31 case Kind::GT: // fall through in getBinaryPrecedence()
32 case Kind::LTEQ: // fall through in getBinaryPrecedence()
34 case Kind::EQEQ: // fall through in getBinaryPrecedence()
42 case Kind::EQ: // fall through in getBinaryPrecedence()
43 case Kind::PLUSEQ: // fall through in getBinaryPrecedence()
44 case Kind::MINUSEQ: // fall through in getBinaryPrecedence()
45 case Kind::STAREQ: // fall through in getBinaryPrecedence()
46 case Kind::SLASHEQ: // fall through in getBinaryPrecedence()
47 case Kind::PERCENTEQ: // fall through in getBinaryPrecedence()
48 case Kind::SHLEQ: // fall through in getBinaryPrecedence()
49 case Kind::SHREQ: // fall through in getBinaryPrecedence()
50 case Kind::BITWISEANDEQ: // fall through in getBinaryPrecedence()
51 case Kind::BITWISEXOREQ: // fall through in getBinaryPrecedence()
112 case Kind::EQ: // fall through in isAssignment()
113 case Kind::PLUSEQ: // fall through in isAssignment()
114 case Kind::MINUSEQ: // fall through in isAssignment()
115 case Kind::STAREQ: // fall through in isAssignment()
116 case Kind::SLASHEQ: // fall through in isAssignment()
117 case Kind::PERCENTEQ: // fall through in isAssignment()
118 case Kind::SHLEQ: // fall through in isAssignment()
119 case Kind::SHREQ: // fall through in isAssignment()
120 case Kind::BITWISEOREQ: // fall through in isAssignment()
121 case Kind::BITWISEXOREQ: // fall through in isAssignment()