Crate c_ast

Source

Macros§

typ

Structs§

Function
A c function (potentially with a body).
Program
Represents a c program.

Enums§

BinaryOp
Expr
Include
A c include.
PrototypeOrImplementation
Statement
TopLevelDeclaration
A top level declaration. Can only be directly inside a program’s declarations field.
TypeExpr
UnaryOp

Traits§

ExprExt
IntoPTypeExpr
IntoVec
Literal
TypeExprExt

Functions§

binary
cast
char
declare
int
return_
sizeof
str
tvar
unary
var

Type Aliases§

Block
PTypeExpr