Home | History | Annotate | Download | only in Support

Lines Matching refs:TK

2114 bool Document::expectToken(int TK) {
2116 if (T.Kind != TK) {