LLVM/Clang 15.x

    Navigation

  • Home
  • Search
  • Repository
  • Made with hdoc
  • Pages

  • Getting Started
  • Building LLVM
  • Coding Standards
  • API Documentation

  • Functions
  • Records
  • Enums
  • Namespaces
  • namespace clang
  • namespace syntax
  • class Expression

class Expression

Declaration

class Expression : public Tree { /* full declaration omitted */ };

Description

A base class for all expressions. Note that expressions are not statements, even though they are in clang.

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

Inherits from: Tree

Member Variables

Method Overview

  • protected Expression(clang::syntax::NodeKind K)
  • public static bool classof(const clang::syntax::Node * N)

Inherited from Tree:

  • public classof
  • public findChild
  • public findChild
  • public findFirstLeaf
  • public findFirstLeaf
  • public findLastLeaf
  • public findLastLeaf
  • public getChildren
  • public getChildren
  • public getFirstChild
  • public getFirstChild
  • public getLastChild
  • public getLastChild

Inherited from Node:

  • public assertInvariants
  • public assertInvariantsRecursive
  • public canModify
  • public dump
  • public dumpTokens
  • public getKind
  • public getNextSibling
  • public getNextSibling
  • public getParent
  • public getParent
  • public getPreviousSibling
  • public getPreviousSibling
  • public getRole
  • public isDetached
  • public isOriginal

Methods

¶Expression(clang::syntax::NodeKind K)

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

Parameters

clang::syntax::NodeKind K

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

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

Parameters

const clang::syntax::Node* N

Documentation for LLVM/Clang 15.x.

Generated by hdoc version 1.4.0-eb16166 on 2022-10-27T00:45:30 UTC.

19AD43E11B2996