clang: clang::diff::SNodeId Struct Reference (original) (raw)

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.

SNodeId() [1/2]

clang::diff::SNodeId::SNodeId ( int Id) inlineexplicit

SNodeId() [2/2]

clang::diff::SNodeId::SNodeId ( ) explicitdefault

operator int()

clang::diff::SNodeId::operator int ( ) const inline

operator+()

SNodeId clang::diff::SNodeId::operator+ ( int Other) const inline

operator++()

SNodeId & clang::diff::SNodeId::operator++ ( ) inline

operator--()

SNodeId & clang::diff::SNodeId::operator-- ( ) inline

Id

int clang::diff::SNodeId::Id = 0


The documentation for this struct was generated from the following file: