Home
last modified time | relevance | path

Searched defs:TypeArg (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DconstraintCheckInGenericBaseTypeReference.js12 class TypeArg { class
58 function TypeArg() { class in TypeArg
/third_party/typescript/tests/cases/compiler/
DconstraintCheckInGenericBaseTypeReference.ts11 class TypeArg { class
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dinline_type_alias.rs362 TypeArg(ast::TypeArg), enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs881 pub fn type_arg(ty: ast::Type) -> ast::TypeArg { in type_arg()
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs109 pub struct TypeArg { struct
112 impl TypeArg { implementation
1517 TypeArg(TypeArg), enumerator
1826 impl AstNode for TypeArg { implementation
4318 impl std::fmt::Display for TypeArg { implementation