class BoolLiteralExpression

Declaration

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

Description

Expression for boolean literals. C++ [lex.bool]

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

Inherits from: LiteralExpression

Member Variables

Method Overview

Inherited from LiteralExpression:

Inherited from Expression:

Inherited from Tree:

Inherited from Node:

Methods

BoolLiteralExpression()

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

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

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

Parameters

const clang::syntax::Node* N

clang::syntax::Leaf* getLiteralToken()

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

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

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