Home
last modified time | relevance | path

Searched defs:PathSegment (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h69 struct PathSegment { struct
71 PathSegment *Tail; argument
/third_party/rust/crates/syn/src/
Dpath.rs109 impl<T> From<T> for PathSegment implementation
476 impl Parse for PathSegment { implementation
482 impl PathSegment { implementation
685 impl ToTokens for PathSegment { implementation
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dpath.rs185 pub struct PathSegment<'a> { struct
203 pub fn first(&self) -> Option<PathSegment<'a>> { in first() argument
/third_party/rust/rust/src/librustdoc/clean/
Dsimplify.rs78 assoc: clean::PathSegment, in merge_bounds()
Dtypes.rs1644 pub(crate) fn projection(&self) -> Option<(&Type, DefId, PathSegment)> { in projection() argument
2214 pub(crate) struct PathSegment { struct
2215 pub(crate) name: Symbol,
2216 pub(crate) args: GenericArgs,
/third_party/skia/m133/tools/viewer/
DSimpleStrokerSlide.cpp96 struct PathSegment { struct in __anoncf8fa4650111::SkPathStroker2
97 SkPath::Verb fVerb;
98 SkPoint fPoints[4];
DVariableWidthStrokerSlide.cpp441 struct PathSegment { struct in __anon109f41c10111::SkVarWidthStroker
442 SkPath::Verb fVerb;
443 std::array<SkPoint, 4> fPoints;
/third_party/skia/samplecode/
DSampleSimpleStroker.cpp93 struct PathSegment { struct in __anon2d6bb16e0111::SkPathStroker2
94 SkPath::Verb fVerb;
95 SkPoint fPoints[4];
DSampleVariableWidthStroker.cpp440 struct PathSegment { struct in __anon36eee40a0111::SkVarWidthStroker
441 SkPath::Verb fVerb;
442 std::array<SkPoint, 4> fPoints;
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dextract_struct_from_enum_variant.rs352 segment: ast::PathSegment, in apply_references()
373 ) -> Vec<(ast::PathSegment, SyntaxNode, Option<(ImportScope, hir::ModPath)>)> { in process_references()
404 ) -> Option<(ast::PathSegment, SyntaxNode, hir::Module)> { in reference_to_node()
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dlifetime_collector.rs66 fn visit_path_segment(&mut self, path_segment: &'ast PathSegment) { in visit_path_segment()
Dpath.rs171 segment: &PathSegment, in lower_path_segment()
/third_party/rust/crates/clap/clap_derive/src/utils/
Dty.rs77 fn only_last_segment(mut ty: &syn::Type) -> Option<&PathSegment> { in only_last_segment()
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dpath.rs210 segments: &mut ThinVec<PathSegment>, in parse_path_segments()
270 ) -> PResult<'a, PathSegment> { in parse_path_segment() argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dvalidation.rs274 fn validate_path_keywords(segment: ast::PathSegment, errors: &mut Vec<SyntaxError>) { in validate_path_keywords()
/third_party/rust/crates/serde/serde_derive/src/
Dbound.rs189 fn visit_path_segment(&mut self, segment: &'ast syn::PathSegment) { in with_bound()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/imports/
Dmerge_imports.rs255 fn path_segment_cmp(a: &ast::PathSegment, b: &ast::PathSegment) -> Ordering { in path_segment_cmp()
/third_party/rust/rust/compiler/rustc_builtin_macros/src/assert/
Dcontext.rs448 seg: PathSegment, in expr_method_call()
/third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/state/
Dexpr.rs205 segment: &ast::PathSegment, in print_expr_method_call()
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dnode_ext.rs196 impl ast::PathSegment { implementation
252 pub fn as_single_segment(&self) -> Option<ast::PathSegment> { in as_single_segment()
270 pub fn first_segment(&self) -> Option<ast::PathSegment> { in first_segment()
/third_party/rust/rust/compiler/rustc_hir/src/
Dhir.rs204 pub struct PathSegment<'hir> { struct
224 impl<'hir> PathSegment<'hir> { argument
3665 PathSegment(&'hir PathSegment<'hir>), enumerator
/third_party/rust/rust/src/tools/clippy/clippy_utils/src/
Dast_utils.rs94 pub fn eq_path_seg(l: &PathSegment, r: &PathSegment) -> bool { in eq_path_seg()
/third_party/rust/rust/compiler/rustc_ast/src/
Dvisit.rs212 fn visit_path_segment(&mut self, path_segment: &'ast PathSegment) { in visit_path_segment()
464 pub fn walk_path_segment<'a, V: Visitor<'a>>(visitor: &mut V, segment: &'a PathSegment) { in walk_path_segment()
Dast.rs135 pub struct PathSegment { struct
150 impl PathSegment { argument
/third_party/rust/rust/compiler/rustc_lint/src/
Dearly.rs282 fn visit_path_segment(&mut self, s: &'a ast::PathSegment) { in visit_path_segment()

12