Home | History | Annotate | Download | only in Parse

Lines Matching refs:TentativeParsingAction

714   /// TentativeParsingAction - An object that is used as a kind of "tentative
720 /// TentativeParsingAction TPA(*this);
725 class TentativeParsingAction {
733 explicit TentativeParsingAction(Parser& p) : P(p) {
761 ~TentativeParsingAction() {
765 /// A TentativeParsingAction that automatically reverts in its destructor.
768 : private Parser::TentativeParsingAction {
771 : Parser::TentativeParsingAction(P) {}