|
clang 22.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 21 of file ASTDiffInternal.h.
|
inline |
Definition at line 28 of file ASTDiffInternal.h.
References Id.
Referenced by operator*(), operator++(), and operator--().
|
inline |
Definition at line 29 of file ASTDiffInternal.h.
References Id.
|
inline |
Definition at line 38 of file ASTDiffInternal.h.
References Id.
Referenced by clang::diff::ASTDiff::Impl::computeChangeKinds().
|
inline |
Definition at line 37 of file ASTDiffInternal.h.
References Id.
|
inline |
Definition at line 31 of file ASTDiffInternal.h.
References Id.
|
inline |
Definition at line 35 of file ASTDiffInternal.h.
References NodeId().
|
inline |
Definition at line 32 of file ASTDiffInternal.h.
|
inline |
Definition at line 33 of file ASTDiffInternal.h.
| int clang::diff::NodeId::Id |
Definition at line 26 of file ASTDiffInternal.h.
Referenced by isInvalid(), isValid(), NodeId(), NodeId(), operator int(), operator++(), and operator--().