clang
10.0.0git
|
Within a tree, this identifies a node by its preorder offset. More...
#include "clang/Tooling/ASTDiff/ASTDiffInternal.h"
Public Member Functions | |
NodeId () | |
NodeId (int Id) | |
operator int () const | |
NodeId & | operator++ () |
NodeId & | operator-- () |
NodeId & | operator* () |
bool | isValid () const |
bool | isInvalid () const |
Public Attributes | |
int | Id |
Within a tree, this identifies a node by its preorder offset.
Definition at line 25 of file ASTDiffInternal.h.
|
inline |
Definition at line 32 of file ASTDiffInternal.h.
|
inline |
Definition at line 33 of file ASTDiffInternal.h.
|
inline |
Definition at line 42 of file ASTDiffInternal.h.
Referenced by clang::diff::ASTDiff::Impl::computeChangeKinds(), and clang::diff::SyntaxTree::Impl::findPositionInParent().
|
inline |
Definition at line 41 of file ASTDiffInternal.h.
|
inline |
Definition at line 35 of file ASTDiffInternal.h.
References Id.
|
inline |
Definition at line 39 of file ASTDiffInternal.h.
|
inline |
Definition at line 36 of file ASTDiffInternal.h.
References Id.
|
inline |
Definition at line 37 of file ASTDiffInternal.h.
References Id.
int clang::diff::NodeId::Id |
Definition at line 30 of file ASTDiffInternal.h.
Referenced by operator int(), operator++(), and operator--().