Home | History | Annotate | Download | only in Parse

Lines Matching refs:TentativeParsingAction

1119     TentativeParsingAction TPA(*this);
1146 struct AlwaysRevertAction : TentativeParsingAction {
1147 AlwaysRevertAction(Parser &P) : TentativeParsingAction(P) { }