Searched refs:DOC_MULTILINE (Results 1 – 3 of 3) sorted by relevance
75 if (useType == CommentType::UNSPECIFIED) useType = CommentType::DOC_MULTILINE; in emit()82 case CommentType::DOC_MULTILINE: in emit()
35 DOC_MULTILINE, enumerator
353 : DOC_COMMENT { $$ = new DocComment($1, convertYYLoc(@1, ast), CommentType::DOC_MULTILINE); }