Searched defs:check_attribute (Results 1 – 7 of 7) sorted by relevance
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/ |
| D | allow_attributes.rs | 53 fn check_attribute<'cx>(&mut self, cx: &LateContext<'cx>, attr: &'cx Attribute) { in check_attribute() method
|
| D | tabs_in_doc_comments.rs | 89 fn check_attribute(&mut self, cx: &EarlyContext<'_>, attribute: &ast::Attribute) { in check_attribute() method
|
| D | attrs.rs | 423 fn check_attribute(&mut self, cx: &LateContext<'tcx>, attr: &'tcx Attribute) { in check_attribute() method 716 fn check_attribute(&mut self, cx: &EarlyContext<'_>, attr: &Attribute) { in check_attribute() method
|
| D | macro_use.rs | 117 fn check_attribute(&mut self, cx: &LateContext<'_>, attr: &ast::Attribute) { in check_attribute() method
|
| /third_party/rust/rust/compiler/rustc_lint/src/ |
| D | hidden_unicode_codepoints.rs | 85 fn check_attribute(&mut self, cx: &EarlyContext<'_>, attr: &ast::Attribute) { in check_attribute() method
|
| D | builtin.rs | 346 fn check_attribute(&mut self, cx: &EarlyContext<'_>, attr: &ast::Attribute) { in check_attribute() method 923 fn check_attribute(&mut self, cx: &EarlyContext<'_>, attr: &ast::Attribute) { in check_attribute() method 1249 fn check_attribute(&mut self, cx: &LateContext<'_>, attr: &ast::Attribute) { in check_attribute() method
|
| /third_party/rust/rust/compiler/rustc_ast_passes/src/ |
| D | feature_gate.rs | 62 pub fn check_attribute(attr: &ast::Attribute, sess: &Session, features: &Features) { in check_attribute() function
|