Searched defs:FunctionDecl (Results 1 – 6 of 6) sorted by relevance
102 type FunctionDecl struct { struct103 Source tok.Source104 Name string105 Decorations Decorations106 TemplateParams TemplateParams107 Parameters Parameters108 ReturnType *TemplatedName112 func (f FunctionDecl) Format(w fmt.State, verb rune) {
46 enum class FunctionDecl { enum
23 TEST_F(ParserImplTest, FunctionDecl) { in TEST_F() argument
134 FunctionDecl(FunctionPrototypeC), enumerator