clang: clang::syntax::BinaryOperatorExpression Class Reference (original) (raw)

More...

#include "[clang/Tooling/Syntax/Nodes.h](Nodes%5F8h%5Fsource.html)"

Inheritance diagram for clang::syntax::BinaryOperatorExpression:

Static Public Member Functions
static bool classof (const Node *N)

Detailed Description

For example: a + b a bitor 1 a |= b a and_eq b

Definition at line 198 of file Nodes.h.

Constructor & Destructor Documentation

clang::syntax::BinaryOperatorExpression::BinaryOperatorExpression ( ) inline

Member Function Documentation

classof()

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

getLhs()

getOperatorToken()

syntax::Leaf * syntax::BinaryOperatorExpression::getOperatorToken ( )

getRhs()


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