Home
last modified time | relevance | path

Searched refs:VISIT_TOKENS (Results 1 – 3 of 3) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_expand/src/mut_visit/
H A Dtests.rs18 const VISIT_TOKENS: bool = true; const
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast/src/
H A Dmut_visit.rs40 const VISIT_TOKENS: bool = false; const
364 if T::VISIT_TOKENS { in visit_mac_args()
685 if T::VISIT_TOKENS && !tts.is_empty() { in visit_tts()
695 if T::VISIT_TOKENS && !tts.is_empty() { in visit_attr_annotated_tts()
702 if T::VISIT_TOKENS { in visit_lazy_tts_opt_mut()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_expand/src/mbe/
H A Dtranscribe.rs22 const VISIT_TOKENS: bool = true; const