Home
last modified time | relevance | path

Searched defs:DeprecatedAttr (Results 1 – 3 of 3) sorted by relevance

/dports/java/jasmin/jasmin-2.4/src/jas/
H A DDeprecatedAttr.java11 public class DeprecatedAttr class
20 public DeprecatedAttr() { } in DeprecatedAttr() method in DeprecatedAttr
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dbuiltin.rs958 pub struct DeprecatedAttr { struct
964 impl_lint_pass!(DeprecatedAttr => []); argument
966 impl DeprecatedAttr { impl
990 impl EarlyLintPass for DeprecatedAttr { implementation
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dlib.rs120 DeprecatedAttr, enumerator