Searched defs:TypeDecl (Results 1 – 5 of 5) sorted by relevance
200 type TypeDecl struct { struct201 Source tok.Source202 Decorations Decorations203 Name string204 TemplateParams TemplateParams208 func (p TypeDecl) Format(w fmt.State, verb rune) {
24 TypeDecl::TypeDecl(ProgramID pid, const Source& src, Symbol n) in TypeDecl() function in tint::ast::TypeDecl
27 class TypeDecl; variable
33 class TypeDecl; variable
1986 sem::Type* Resolver::TypeDecl(const ast::TypeDecl* named_type) { in TypeDecl() function in tint::resolver::Resolver