| clang 22.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 474 of file ASTDiff.cpp.
| 
 | inlineexplicit | 
Definition at line 477 of file ASTDiff.cpp.
References Id.
Referenced by operator+(), operator++(), and operator--().
| 
 | explicitdefault | 
| 
 | inline | 
Definition at line 480 of file ASTDiff.cpp.
References Id.
Definition at line 483 of file ASTDiff.cpp.
References Id, clang::Other, and SNodeId().
| 
 | inline | 
Definition at line 481 of file ASTDiff.cpp.
| 
 | inline | 
Definition at line 482 of file ASTDiff.cpp.
| int clang::diff::SNodeId::Id = 0 | 
Definition at line 475 of file ASTDiff.cpp.
Referenced by operator int(), operator+(), operator++(), operator--(), and SNodeId().