clang 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
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:
Inheritance graph
[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.

Member Function Documentation

◆ classof()

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

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