class GreaterThanIsOperatorScope
Declaration
class GreaterThanIsOperatorScope { /* full declaration omitted */ };
Description
RAII object that makes '>' behave either as an operator or as the closing angle bracket for a template argument list.
Declared at: clang/include/clang/Parse/RAIIObjectsForParser.h:314
Member Variables
- private bool& GreaterThanIsOperator
- private bool OldGreaterThanIsOperator
Method Overview
- public GreaterThanIsOperatorScope(bool & GTIO, bool Val)
- public ~GreaterThanIsOperatorScope()
Methods
¶GreaterThanIsOperatorScope(bool& GTIO, bool Val)
GreaterThanIsOperatorScope(bool& GTIO, bool Val)
Declared at: clang/include/clang/Parse/RAIIObjectsForParser.h:318
Parameters
- bool& GTIO
- bool Val
¶~GreaterThanIsOperatorScope()
~GreaterThanIsOperatorScope()
Declared at: clang/include/clang/Parse/RAIIObjectsForParser.h:323