clang 19.0.0git
Public Member Functions | List of all members
clang::Parser::UnannotatedTentativeParsingAction Class Reference

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

Inheritance diagram for clang::Parser::UnannotatedTentativeParsingAction:
Inheritance graph
[legend]

Public Member Functions

 UnannotatedTentativeParsingAction (Parser &Self, tok::TokenKind EndKind)
 
void RevertAnnotations ()
 

Detailed Description

A tentative parsing action that can also revert token annotations.

Definition at line 1190 of file ParseCXXInlineMethods.cpp.

Constructor & Destructor Documentation

◆ UnannotatedTentativeParsingAction()

clang::Parser::UnannotatedTentativeParsingAction::UnannotatedTentativeParsingAction ( Parser Self,
tok::TokenKind  EndKind 
)
inlineexplicit

Definition at line 1192 of file ParseCXXInlineMethods.cpp.

Member Function Documentation

◆ RevertAnnotations()

void clang::Parser::UnannotatedTentativeParsingAction::RevertAnnotations ( )
inline

The documentation for this class was generated from the following file: