Searched defs:TypeRef (Results 1 – 11 of 11) sorted by relevance
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/hir/ |
| D | type_ref.rs | 112 pub enum TypeRef { enum 166 impl TypeRef { implementation 258 pub fn walk(&self, f: &mut impl FnMut(&TypeRef)) { in walk() 261 fn go(type_ref: &TypeRef, f: &mut impl FnMut(&TypeRef)) { in walk() 287 fn go_path(path: &Path, f: &mut impl FnMut(&TypeRef)) { in walk()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | TypeIndexDiscovery.h | 19 enum class TiRefKind { TypeRef, IndexRef }; enumerator
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/ |
| D | generics.rs | 139 TypeRef(Interned<TypeRef>), enumerator 214 target: Either<TypeRef, LifetimeRef>, in fill_bounds() 308 target: Either<TypeRef, LifetimeRef>, in add_where_predicate_from_bound() 335 type_ref: &TypeRef, in fill_implicit_impl_trait_args()
|
| D | pretty.rs | 113 type_ref: &TypeRef, in print_type_ref()
|
| D | path.rs | 129 pub fn type_anchor(&self) -> Option<&TypeRef> { in type_anchor()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/body/ |
| D | pretty.rs | 661 fn print_type_ref(&mut self, ty: &TypeRef) { in print_type_ref()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/item_tree/ |
| D | pretty.rs | 468 fn print_type_ref(&mut self, type_ref: &TypeRef) { in print_type_ref()
|
| D | lower.rs | 631 fn lower_type_ref(&mut self, type_ref: &ast::Type) -> Interned<TypeRef> { in lower_type_ref() 636 fn lower_type_ref_opt(&mut self, type_ref: Option<ast::Type>) -> Interned<TypeRef> { in lower_type_ref_opt()
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource3.ts | 35 TypeRef, enumerator
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/ |
| D | display.rs | 1666 impl HirDisplay for TypeRef { implementation
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/ |
| D | lib.rs | 2282 pub fn type_ref(self, db: &dyn HirDatabase) -> Option<TypeRef> { in type_ref()
|