clang API Documentation

Public Member Functions
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]
Collaboration diagram for clang::Parser::UnannotatedTentativeParsingAction:
Collaboration graph
[legend]

List of all members.

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 930 of file ParseCXXInlineMethods.cpp.


Constructor & Destructor Documentation

Definition at line 932 of file ParseCXXInlineMethods.cpp.


Member Function Documentation

Definition at line 942 of file ParseCXXInlineMethods.cpp.

References clang::Parser::StopBeforeMatch.


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