Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/ast/
Dstruct.cc47 bool Struct::IsBlockDecorated() const { in IsBlockDecorated() function in tint::ast::Struct
/third_party/skia/third_party/externals/tint/src/sem/
Dstruct.h146 bool IsBlockDecorated() const { return declaration_->IsBlockDecorated(); } in IsBlockDecorated() function