struct Parser::ForRangeInfo

Declaration

struct Parser::ForRangeInfo : public ForRangeInit { /* full declaration omitted */ };

Description

Information on a C++0x for-range-initializer found while parsing a declaration which turns out to be a for-range-declaration.

Declared at: clang/include/clang/Parse/Parser.h:2325

Inherits from: Parser::ForRangeInit

Member Variables

public clang::StmtResult LoopVar

Inherited from Parser::ForRangeInit:

public ColonLoc
public RangeExpr

Inherited from Parser::ForRangeInit: