clang API Documentation
A tentative parsing action that can also revert token annotations. More...


Public Member Functions | |
| UnannotatedTentativeParsingAction (Parser &Self, tok::TokenKind EndKind) | |
| void | RevertAnnotations () |
A tentative parsing action that can also revert token annotations.
Definition at line 930 of file ParseCXXInlineMethods.cpp.
| clang::Parser::UnannotatedTentativeParsingAction::UnannotatedTentativeParsingAction | ( | Parser & | Self, |
| tok::TokenKind | EndKind | ||
| ) | [inline, explicit] |
Definition at line 932 of file ParseCXXInlineMethods.cpp.
| void clang::Parser::UnannotatedTentativeParsingAction::RevertAnnotations | ( | ) | [inline] |
Definition at line 942 of file ParseCXXInlineMethods.cpp.
References clang::Parser::StopBeforeMatch.