clang API Documentation
RAII object that makes '>' behave either as an operator or as the closing angle bracket for a template argument list. More...
#include <RAIIObjectsForParser.h>
Public Member Functions | |
| GreaterThanIsOperatorScope (bool >IO, bool Val) | |
| ~GreaterThanIsOperatorScope () | |
RAII object that makes '>' behave either as an operator or as the closing angle bracket for a template argument list.
Definition at line 264 of file RAIIObjectsForParser.h.
| clang::GreaterThanIsOperatorScope::GreaterThanIsOperatorScope | ( | bool & | GTIO, |
| bool | Val | ||
| ) | [inline] |
Definition at line 268 of file RAIIObjectsForParser.h.
| clang::GreaterThanIsOperatorScope::~GreaterThanIsOperatorScope | ( | ) | [inline] |
Definition at line 273 of file RAIIObjectsForParser.h.