class FloatingLiteralExpression

Declaration

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

Description

Expression for floating-point literals. C++ [lex.fcon]

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

Inherits from: LiteralExpression

Member Variables

Method Overview

Inherited from LiteralExpression:

Inherited from Expression:

Inherited from Tree:

Inherited from Node:

Methods

FloatingLiteralExpression()

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

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

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

Parameters

const clang::syntax::Node* N

clang::syntax::Leaf* getLiteralToken()

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

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

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