mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 11:31:00 +00:00
This class stores a non-owning raw pointer to a member of `Node`, so extra care is needed to ensure that referenced `Node`s will be alive by the time `NodeSubtreePointer` is used. Since we only need to use this class while traversing AST in `RecursiveASTVisitor`, access to class methods can be restricted using `Badge<RecursiveASTVisitor>`. |
||
|---|---|---|
| .. | ||
| CompilerPass.h | ||
| GenericASTPass.cpp | ||
| GenericASTPass.h | ||