Home
last modified time | relevance | path

Searched defs:FunctionHeader (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.h230 struct FunctionHeader { struct
252 FunctionHeader& operator=(const FunctionHeader& other); argument
255 Source source;
257 std::string name;
259 ast::VariableList params;
261 const ast::Type* return_type = nullptr;
263 ast::DecorationList return_type_decorations;
Dparser_impl_function_header_test.cc22 TEST_F(ParserImplTest, FunctionHeader) { in TEST_F() argument
Dparser_impl.cc230 ParserImpl::FunctionHeader::FunctionHeader(Source src, in FunctionHeader() function in tint::reader::wgsl::ParserImpl::FunctionHeader