Home
last modified time | relevance | path

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

/third_party/tex-hyphen/collaboration/source/offo/
Dgenerate-offo.rb25 def get_exceptions(pattern_path) argument
40 def get_patterns(pattern_path) argument
66 def get_comments_and_licence(pattern_path) argument
75 def get_classes(pattern_path) argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/src/
Dmatching.rs340 let pattern_path = ast::Path::cast(pattern.clone()).unwrap(); in attempt_match_path() localVariable