clang API Documentation

Public Member Functions
clang::GreaterThanIsOperatorScope Class Reference

RAII object that makes '>' behave either as an operator or as the closing angle bracket for a template argument list. More...

#include <RAIIObjectsForParser.h>

Inheritance diagram for clang::GreaterThanIsOperatorScope:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 GreaterThanIsOperatorScope (bool &GTIO, bool Val)
 ~GreaterThanIsOperatorScope ()

Detailed Description

RAII object that makes '>' behave either as an operator or as the closing angle bracket for a template argument list.

Definition at line 286 of file RAIIObjectsForParser.h.


Constructor & Destructor Documentation

Definition at line 290 of file RAIIObjectsForParser.h.

Definition at line 295 of file RAIIObjectsForParser.h.


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