clang 22.0.0git
clang::syntax::UnknownExpression Class Referencefinal

An expression of an unknown kind, i.e. More...

#include "clang/Tooling/Syntax/Nodes.h"

Inheritance diagram for clang::syntax::UnknownExpression:
[legend]

Public Member Functions

 UnknownExpression ()

Static Public Member Functions

static bool classof (const Node *N)

Detailed Description

An expression of an unknown kind, i.e.

one not currently handled by the syntax tree.

Definition at line 135 of file Nodes.h.

Constructor & Destructor Documentation

◆ UnknownExpression()

clang::syntax::UnknownExpression::UnknownExpression ( )
inline

Definition at line 137 of file Nodes.h.

References clang::syntax::Expression, and UnknownExpression().

Referenced by UnknownExpression().

Member Function Documentation

◆ classof()

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

The documentation for this class was generated from the following file: