class FloatUserDefinedLiteralExpression

Declaration

class FloatUserDefinedLiteralExpression
    : public UserDefinedLiteralExpression { /* full declaration omitted */ };

Description

Expression for user-defined-floating-point-literal. C++ [lex.ext]

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

Inherits from: UserDefinedLiteralExpression

Member Variables

Method Overview

Inherited from UserDefinedLiteralExpression:

Inherited from LiteralExpression:

Inherited from Expression:

Inherited from Tree:

Inherited from Node:

Methods

FloatUserDefinedLiteralExpression()

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

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

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

Parameters

const clang::syntax::Node* N

clang::syntax::Leaf* getLiteralToken()

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

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

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