Home | History | Annotate | Download | only in Parse

Lines Matching refs:TentativeParsingAction

1033     TentativeParsingAction TPA(*this);
1060 struct AlwaysRevertAction : TentativeParsingAction {
1061 AlwaysRevertAction(Parser &P) : TentativeParsingAction(P) { }