clang 20.0.0git
|
Identifies a node in a subtree by its postorder offset, starting at 1. More...
Public Member Functions | |
SNodeId (int Id) | |
SNodeId ()=default | |
operator int () const | |
SNodeId & | operator++ () |
SNodeId & | operator-- () |
SNodeId | operator+ (int Other) const |
Public Attributes | |
int | Id = 0 |
Identifies a node in a subtree by its postorder offset, starting at 1.
Definition at line 473 of file ASTDiff.cpp.
|
inlineexplicit |
Definition at line 476 of file ASTDiff.cpp.
|
explicitdefault |
|
inline |
Definition at line 479 of file ASTDiff.cpp.
References Id.
Definition at line 482 of file ASTDiff.cpp.
References Id, and clang::Other.
|
inline |
Definition at line 480 of file ASTDiff.cpp.
References Id.
|
inline |
Definition at line 481 of file ASTDiff.cpp.
References Id.
int clang::diff::SNodeId::Id = 0 |
Definition at line 474 of file ASTDiff.cpp.