Home
last modified time | relevance | path

Searched defs:AddTypeDecl (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dmodule.cc69 void Module::AddTypeDecl(const ast::TypeDecl* type) { in AddTypeDecl() function in tint::ast::Module
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.cc1212 void ParserImpl::AddTypeDecl(Symbol name, const ast::TypeDecl* decl) { in AddTypeDecl() function in tint::reader::spirv::ParserImpl