Searched defs:TypedIdentifier (Results 1 – 2 of 2) sorted by relevance
205 struct TypedIdentifier { struct222 const ast::Type* type = nullptr;224 std::string name;226 Source source;
219 ParserImpl::TypedIdentifier::TypedIdentifier(const ast::Type* type_in, in TypedIdentifier() function in tint::reader::wgsl::ParserImpl::TypedIdentifier