class CharacterLiteralExpression

Declaration

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

Description

Expression for character literals. C++ [lex.ccon]

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

Inherits from: LiteralExpression

Member Variables

Method Overview

Inherited from LiteralExpression:

Inherited from Expression:

Inherited from Tree:

Inherited from Node:

Methods

CharacterLiteralExpression()

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

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

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

Parameters

const clang::syntax::Node* N

clang::syntax::Leaf* getLiteralToken()

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

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

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