Home
last modified time | relevance | path

Searched defs:macro_file (Results 1 – 6 of 6) sorted by relevance

/third_party/openhitls/
Dconfigure.py515 def _gen_set_param_cmake(self, macro_file): argument
539 def out_cmake(self, cmake_path, macro_file): argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Deager.rs122 let macro_file = id.as_macro_file(); in lazy_expand() localVariable
Dlib.rs252 let macro_file = self.macro_file()?; in call_node() localVariable
272 let macro_file = self.macro_file()?; in expansion_info() localVariable
324 let macro_file = self.macro_file()?; in is_builtin_derive() localVariable
393 pub fn macro_file(self) -> Option<MacroFile> { in macro_file() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/
Dmod.rs141 let macro_file = MacroFile { macro_call_id }; in check() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dexpander.rs116 let macro_file = call_id.as_macro_file(); in enter_expand_inner() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsource_analyzer.rs151 let macro_file = self.body_source_map()?.node_macro_file(expr.as_ref())?; in expand_expr() localVariable