| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Automaton.h | 69 struct PathSegment { struct 71 PathSegment *Tail; argument
|
| /third_party/rust/crates/syn/src/ |
| D | path.rs | 109 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/ |
| D | path.rs | 185 pub struct PathSegment<'a> { struct 203 pub fn first(&self) -> Option<PathSegment<'a>> { in first() argument
|
| /third_party/rust/rust/src/librustdoc/clean/ |
| D | simplify.rs | 78 assoc: clean::PathSegment, in merge_bounds()
|
| D | types.rs | 1644 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/ |
| D | SimpleStrokerSlide.cpp | 96 struct PathSegment { struct in __anoncf8fa4650111::SkPathStroker2 97 SkPath::Verb fVerb; 98 SkPoint fPoints[4];
|
| D | VariableWidthStrokerSlide.cpp | 441 struct PathSegment { struct in __anon109f41c10111::SkVarWidthStroker 442 SkPath::Verb fVerb; 443 std::array<SkPoint, 4> fPoints;
|
| /third_party/skia/samplecode/ |
| D | SampleSimpleStroker.cpp | 93 struct PathSegment { struct in __anon2d6bb16e0111::SkPathStroker2 94 SkPath::Verb fVerb; 95 SkPoint fPoints[4];
|
| D | SampleVariableWidthStroker.cpp | 440 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/ |
| D | extract_struct_from_enum_variant.rs | 352 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/ |
| D | lifetime_collector.rs | 66 fn visit_path_segment(&mut self, path_segment: &'ast PathSegment) { in visit_path_segment()
|
| D | path.rs | 171 segment: &PathSegment, in lower_path_segment()
|
| /third_party/rust/crates/clap/clap_derive/src/utils/ |
| D | ty.rs | 77 fn only_last_segment(mut ty: &syn::Type) -> Option<&PathSegment> { in only_last_segment()
|
| /third_party/rust/rust/compiler/rustc_parse/src/parser/ |
| D | path.rs | 210 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/ |
| D | validation.rs | 274 fn validate_path_keywords(segment: ast::PathSegment, errors: &mut Vec<SyntaxError>) { in validate_path_keywords()
|
| /third_party/rust/crates/serde/serde_derive/src/ |
| D | bound.rs | 189 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/ |
| D | merge_imports.rs | 255 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/ |
| D | context.rs | 448 seg: PathSegment, in expr_method_call()
|
| /third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/state/ |
| D | expr.rs | 205 segment: &ast::PathSegment, in print_expr_method_call()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/ |
| D | node_ext.rs | 196 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/ |
| D | hir.rs | 204 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/ |
| D | ast_utils.rs | 94 pub fn eq_path_seg(l: &PathSegment, r: &PathSegment) -> bool { in eq_path_seg()
|
| /third_party/rust/rust/compiler/rustc_ast/src/ |
| D | visit.rs | 212 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()
|
| D | ast.rs | 135 pub struct PathSegment { struct 150 impl PathSegment { argument
|
| /third_party/rust/rust/compiler/rustc_lint/src/ |
| D | early.rs | 282 fn visit_path_segment(&mut self, s: &'a ast::PathSegment) { in visit_path_segment()
|