Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Dsource_util.rs140 fn make_items(mut self: Box<ExpandResult<'a>>) -> Option<SmallVec<[P<ast::Item>; 1]>> { in expand_include() method
/third_party/rust/rust/compiler/rustc_expand/src/
Dbase.rs378 fn make_items(self: Box<Self>) -> Option<SmallVec<[P<ast::Item>; 1]>> { in make_items() method
488 fn make_items(self: Box<Self>) -> Option<SmallVec<[P<ast::Item>; 1]>> { in make_items() method
591 fn make_items(self: Box<DummyResult>) -> Option<SmallVec<[P<ast::Item>; 1]>> { in make_items() method