struct SNodeId

Declaration

struct SNodeId { /* full declaration omitted */ };

Description

Identifies a node in a subtree by its postorder offset, starting at 1.

Declared at: clang/lib/Tooling/ASTDiff/ASTDiff.cpp:474

Member Variables

public int Id = 0

Method Overview

Methods

SNodeId(int Id)

Declared at: clang/lib/Tooling/ASTDiff/ASTDiff.cpp:477

Parameters

int Id

SNodeId()

Declared at: clang/lib/Tooling/ASTDiff/ASTDiff.cpp:478

int operator int() const

Declared at: clang/lib/Tooling/ASTDiff/ASTDiff.cpp:480