Searched defs:VarDeclInfo (Results 1 – 2 of 2) sorted by relevance
267 struct VarDeclInfo { struct288 Source source;290 std::string name;292 ast::StorageClass storage_class = ast::StorageClass::kNone;294 ast::Access access = ast::Access::kUndefined;296 const ast::Type* type = nullptr;
250 ParserImpl::VarDeclInfo::VarDeclInfo(Source source_in, in VarDeclInfo() function in tint::reader::wgsl::ParserImpl::VarDeclInfo