Home
last modified time | relevance | path

Searched defs:is_path_segment_keyword (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_span/src/
Dsymbol.rs2098 pub fn is_path_segment_keyword(self) -> bool { in is_path_segment_keyword() method
2151 pub fn is_path_segment_keyword(self) -> bool { in is_path_segment_keyword() method
/third_party/rust/rust/compiler/rustc_ast/src/
Dtoken.rs676 pub fn is_path_segment_keyword(&self) -> bool { in is_path_segment_keyword() method