Re-exports§
pub use ast_visitor::CppAst;pub use ast_visitor::Function;pub use ast_visitor::Statement;pub use ast_visitor::Expression;pub use ast_visitor::MethodQualifier;pub use ast_visitor::MoveKind;pub use header_cache::HeaderCache;pub use template_context::TemplateContext;pub use ast_visitor::Variable;pub use ast_visitor::SourceLocation;
Modules§
- annotations
- ast_
visitor - external_
annotations - header_
cache - safety_
annotations - template_
context - type_
annotations
Functions§
- check_
file_ safety_ annotation - Check if the file has @safe annotation at the beginning
- parse_
cpp_ file - parse_
cpp_ file_ with_ includes - parse_
cpp_ file_ with_ includes_ and_ defines