Searched defs:FunctionHeader (Results 1 – 3 of 3) sorted by relevance
230 struct FunctionHeader { struct252 FunctionHeader& operator=(const FunctionHeader& other); argument255 Source source;257 std::string name;259 ast::VariableList params;261 const ast::Type* return_type = nullptr;263 ast::DecorationList return_type_decorations;
22 TEST_F(ParserImplTest, FunctionHeader) { in TEST_F() argument
230 ParserImpl::FunctionHeader::FunctionHeader(Source src, in FunctionHeader() function in tint::reader::wgsl::ParserImpl::FunctionHeader