Trait rustc_trans::lint::EarlyLintPass
[−]
[src]
pub trait EarlyLintPass: LintPass { fn check_ident(&mut self, &EarlyContext, Span, Ident) { ... } fn check_crate(&mut self, &EarlyContext, &Crate) { ... } fn check_crate_post(&mut self, &EarlyContext, &Crate) { ... } fn check_mod(&mut self, &EarlyContext, &Mod, Span, u32) { ... } fn check_mod_post(&mut self, &EarlyContext, &Mod, Span, u32) { ... } fn check_foreign_item(&mut self, &EarlyContext, &ForeignItem) { ... } fn check_foreign_item_post(&mut self, &EarlyContext, &ForeignItem) { ... } fn check_item(&mut self, &EarlyContext, &Item) { ... } fn check_item_post(&mut self, &EarlyContext, &Item) { ... } fn check_local(&mut self, &EarlyContext, &Local) { ... } fn check_block(&mut self, &EarlyContext, &Block) { ... } fn check_block_post(&mut self, &EarlyContext, &Block) { ... } fn check_stmt(&mut self, &EarlyContext, &Spanned<StmtKind>) { ... } fn check_arm(&mut self, &EarlyContext, &Arm) { ... } fn check_pat(&mut self, &EarlyContext, &Pat) { ... } fn check_decl(&mut self, &EarlyContext, &Spanned<DeclKind>) { ... } fn check_expr(&mut self, &EarlyContext, &Expr) { ... } fn check_expr_post(&mut self, &EarlyContext, &Expr) { ... } fn check_ty(&mut self, &EarlyContext, &Ty) { ... } fn check_generics(&mut self, &EarlyContext, &Generics) { ... } fn check_fn(&mut self, &EarlyContext, FnKind, &FnDecl, &Block, Span, u32) { ... } fn check_fn_post(&mut self, &EarlyContext, FnKind, &FnDecl, &Block, Span, u32) { ... } fn check_trait_item(&mut self, &EarlyContext, &TraitItem) { ... } fn check_trait_item_post(&mut self, &EarlyContext, &TraitItem) { ... } fn check_impl_item(&mut self, &EarlyContext, &ImplItem) { ... } fn check_impl_item_post(&mut self, &EarlyContext, &ImplItem) { ... } fn check_struct_def(&mut self, &EarlyContext, &VariantData, Ident, &Generics, u32) { ... } fn check_struct_def_post(&mut self, &EarlyContext, &VariantData, Ident, &Generics, u32) { ... } fn check_struct_field(&mut self, &EarlyContext, &StructField) { ... } fn check_variant(&mut self, &EarlyContext, &Spanned<Variant_>, &Generics) { ... } fn check_variant_post(&mut self, &EarlyContext, &Spanned<Variant_>, &Generics) { ... } fn check_lifetime(&mut self, &EarlyContext, &Lifetime) { ... } fn check_lifetime_def(&mut self, &EarlyContext, &LifetimeDef) { ... } fn check_explicit_self(&mut self, &EarlyContext, &Spanned<SelfKind>) { ... } fn check_path(&mut self, &EarlyContext, &Path, u32) { ... } fn check_path_list_item(&mut self, &EarlyContext, &Spanned<PathListItemKind>) { ... } fn check_attribute(&mut self, &EarlyContext, &Spanned<Attribute_>) { ... } fn enter_lint_attrs(&mut self, &EarlyContext, &[Spanned<Attribute_>]) { ... } fn exit_lint_attrs(&mut self, &EarlyContext, &[Spanned<Attribute_>]) { ... } }
Unstable (
rustc_private
)Provided Methods
fn check_ident(&mut self, &EarlyContext, Span, Ident)
Unstable (
rustc_private
)fn check_crate(&mut self, &EarlyContext, &Crate)
Unstable (
rustc_private
)fn check_crate_post(&mut self, &EarlyContext, &Crate)
Unstable (
rustc_private
)fn check_mod(&mut self, &EarlyContext, &Mod, Span, u32)
Unstable (
rustc_private
)fn check_mod_post(&mut self, &EarlyContext, &Mod, Span, u32)
Unstable (
rustc_private
)fn check_foreign_item(&mut self, &EarlyContext, &ForeignItem)
Unstable (
rustc_private
)fn check_foreign_item_post(&mut self, &EarlyContext, &ForeignItem)
Unstable (
rustc_private
)fn check_item(&mut self, &EarlyContext, &Item)
Unstable (
rustc_private
)fn check_item_post(&mut self, &EarlyContext, &Item)
Unstable (
rustc_private
)fn check_local(&mut self, &EarlyContext, &Local)
Unstable (
rustc_private
)fn check_block(&mut self, &EarlyContext, &Block)
Unstable (
rustc_private
)fn check_block_post(&mut self, &EarlyContext, &Block)
Unstable (
rustc_private
)fn check_stmt(&mut self, &EarlyContext, &Spanned<StmtKind>)
Unstable (
rustc_private
)fn check_arm(&mut self, &EarlyContext, &Arm)
Unstable (
rustc_private
)fn check_pat(&mut self, &EarlyContext, &Pat)
Unstable (
rustc_private
)fn check_decl(&mut self, &EarlyContext, &Spanned<DeclKind>)
Unstable (
rustc_private
)fn check_expr(&mut self, &EarlyContext, &Expr)
Unstable (
rustc_private
)fn check_expr_post(&mut self, &EarlyContext, &Expr)
Unstable (
rustc_private
)fn check_ty(&mut self, &EarlyContext, &Ty)
Unstable (
rustc_private
)fn check_generics(&mut self, &EarlyContext, &Generics)
Unstable (
rustc_private
)fn check_fn(&mut self, &EarlyContext, FnKind, &FnDecl, &Block, Span, u32)
Unstable (
rustc_private
)fn check_fn_post(&mut self, &EarlyContext, FnKind, &FnDecl, &Block, Span, u32)
Unstable (
rustc_private
)fn check_trait_item(&mut self, &EarlyContext, &TraitItem)
Unstable (
rustc_private
)fn check_trait_item_post(&mut self, &EarlyContext, &TraitItem)
Unstable (
rustc_private
)fn check_impl_item(&mut self, &EarlyContext, &ImplItem)
Unstable (
rustc_private
)fn check_impl_item_post(&mut self, &EarlyContext, &ImplItem)
Unstable (
rustc_private
)fn check_struct_def(&mut self, &EarlyContext, &VariantData, Ident, &Generics, u32)
Unstable (
rustc_private
)fn check_struct_def_post(&mut self, &EarlyContext, &VariantData, Ident, &Generics, u32)
Unstable (
rustc_private
)fn check_struct_field(&mut self, &EarlyContext, &StructField)
Unstable (
rustc_private
)fn check_variant(&mut self, &EarlyContext, &Spanned<Variant_>, &Generics)
Unstable (
rustc_private
)fn check_variant_post(&mut self, &EarlyContext, &Spanned<Variant_>, &Generics)
Unstable (
rustc_private
)fn check_lifetime(&mut self, &EarlyContext, &Lifetime)
Unstable (
rustc_private
)fn check_lifetime_def(&mut self, &EarlyContext, &LifetimeDef)
Unstable (
rustc_private
)fn check_explicit_self(&mut self, &EarlyContext, &Spanned<SelfKind>)
Unstable (
rustc_private
)fn check_path(&mut self, &EarlyContext, &Path, u32)
Unstable (
rustc_private
)fn check_path_list_item(&mut self, &EarlyContext, &Spanned<PathListItemKind>)
Unstable (
rustc_private
)fn check_attribute(&mut self, &EarlyContext, &Spanned<Attribute_>)
Unstable (
rustc_private
)fn enter_lint_attrs(&mut self, &EarlyContext, &[Spanned<Attribute_>])
Unstable (
rustc_private
)Called when entering a syntax node that can have lint attributes such
as #[allow(...)]
. Called with all the attributes of that node.
fn exit_lint_attrs(&mut self, &EarlyContext, &[Spanned<Attribute_>])
Unstable (
rustc_private
)Counterpart to enter_lint_attrs
.