class IntegerLiteralExpression

Declaration

class IntegerLiteralExpression : public LiteralExpression { /* full declaration omitted */ };

Description

Expression for integer literals. C++ [lex.icon]

Declared at: build/tools/clang/include/clang/Tooling/Syntax/NodeClasses.inc:223

Inherits from: LiteralExpression

Member Variables

Method Overview

Inherited from LiteralExpression:

Inherited from Expression:

Inherited from Tree:

Inherited from Node:

Methods

IntegerLiteralExpression()

Declared at: build/tools/clang/include/clang/Tooling/Syntax/NodeClasses.inc:225

static bool classof(const clang::syntax::Node* N)

Declared at: build/tools/clang/include/clang/Tooling/Syntax/NodeClasses.inc:232

Parameters

const clang::syntax::Node* N

clang::syntax::Leaf* getLiteralToken()

Declared at: build/tools/clang/include/clang/Tooling/Syntax/NodeClasses.inc:226

const clang::syntax::Leaf* getLiteralToken() const

Declared at: build/tools/clang/include/clang/Tooling/Syntax/NodeClasses.inc:229