mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 13:21: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>`. |
||
|---|---|---|
| .. | ||
| AST | ||
| Compiler | ||
| Parser | ||
| CMakeLists.txt | ||
| Forward.h | ||
| Function.cpp | ||
| Function.h | ||
| main.cpp | ||