Home
last modified time | relevance | path

Searched defs:check_attribute (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dallow_attributes.rs53 fn check_attribute<'cx>(&mut self, cx: &LateContext<'cx>, attr: &'cx Attribute) { in check_attribute() method
Dtabs_in_doc_comments.rs89 fn check_attribute(&mut self, cx: &EarlyContext<'_>, attribute: &ast::Attribute) { in check_attribute() method
Dattrs.rs423 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
Dmacro_use.rs117 fn check_attribute(&mut self, cx: &LateContext<'_>, attr: &ast::Attribute) { in check_attribute() method
/third_party/rust/rust/compiler/rustc_lint/src/
Dhidden_unicode_codepoints.rs85 fn check_attribute(&mut self, cx: &EarlyContext<'_>, attr: &ast::Attribute) { in check_attribute() method
Dbuiltin.rs346 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/
Dfeature_gate.rs62 pub fn check_attribute(attr: &ast::Attribute, sess: &Session, features: &Features) { in check_attribute() function