class CxxNullPtrExpression

Declaration

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

Description

Expression for the `nullptr` literal. C++ [lex.nullptr]

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

Inherits from: LiteralExpression

Member Variables

Method Overview

Inherited from LiteralExpression:

Inherited from Expression:

Inherited from Tree:

Inherited from Node:

Methods

CxxNullPtrExpression()

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

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

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

Parameters

const clang::syntax::Node* N

clang::syntax::Leaf* getLiteralToken()

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

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

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