Searched defs:type_decl (Results 1 – 9 of 9) sorted by relevance
27 const char* type_decl; member
29 const char* type_decl; member
210 const sem::Type* TypeOf(const ast::TypeDecl* type_decl) const { in TypeOf()
1024 Maybe<const ast::Type*> ParserImpl::type_decl() { in type_decl() function in tint::reader::wgsl::ParserImpl1043 Maybe<const ast::Type*> ParserImpl::type_decl(ast::DecorationList& decos) { in type_decl() function in tint::reader::wgsl::ParserImpl
1246 const auto* type_decl = Alias(type_sym, ty.i32()); in TEST_F() local
205 for (auto* const type_decl : program_->AST().TypeDecls()) { in Generate() local
13170 auto type_decl = type_to_glsl(get<SPIRType>(type.parent_type), id); in type_to_glsl() local