Home | History | Annotate | Download | only in ast

Lines Matching refs:kEmptyStatement

992   explicit EmptyStatement(int pos) : Statement(pos, kEmptyStatement) {}