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

Methods

GreaterThanIsOperatorScope(bool& GTIO, bool Val)

Declared at: clang/include/clang/Parse/RAIIObjectsForParser.h:318

Parameters

bool& GTIO
bool Val

~GreaterThanIsOperatorScope()

Declared at: clang/include/clang/Parse/RAIIObjectsForParser.h:323