Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
Dast.go200 type TypeDecl struct { struct
201 Source tok.Source
202 Decorations Decorations
203 Name string
204 TemplateParams TemplateParams
208 func (p TypeDecl) Format(w fmt.State, verb rune) {
/third_party/skia/third_party/externals/tint/src/ast/
Dtype_decl.cc24 TypeDecl::TypeDecl(ProgramID pid, const Source& src, Symbol n) in TypeDecl() function in tint::ast::TypeDecl
Dmodule.h27 class TypeDecl; variable
/third_party/skia/third_party/externals/tint/src/sem/
Dtype_mappings.h33 class TypeDecl; variable
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc1986 sem::Type* Resolver::TypeDecl(const ast::TypeDecl* named_type) { in TypeDecl() function in tint::resolver::Resolver