diff options
Diffstat (limited to 'gcc/rust/ast/rust-ast-tokenstream.h')
-rw-r--r-- | gcc/rust/ast/rust-ast-tokenstream.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/rust/ast/rust-ast-tokenstream.h b/gcc/rust/ast/rust-ast-tokenstream.h index 6432ac4..70ef246 100644 --- a/gcc/rust/ast/rust-ast-tokenstream.h +++ b/gcc/rust/ast/rust-ast-tokenstream.h @@ -121,11 +121,15 @@ private: void visit (ConstGenericParam &const_param); // rust-path.h + void visit (SimplePath &path); + void visit (PathExprSegment &segment); + void visit (PathIdentSegment &segment); void visit (PathInExpression &path); void visit (TypePathSegment &segment); void visit (TypePathSegmentGeneric &segment); void visit (TypePathSegmentFunction &segment); void visit (TypePath &path); + void visit (QualifiedPathType &path); void visit (QualifiedPathInExpression &path); void visit (QualifiedPathInType &path); |