Searched refs:setDocComment (Results 1 – 3 of 3) sorted by relevance
65 void setDocComment(const DocComment* docComment) { mDocComment = docComment; } in setDocComment() function
613 $2->setDocComment($1);638 $2->setDocComment($1);818 if ($2 != nullptr) $2->setDocComment($1);956 if ($2 != nullptr) $2->setDocComment($1);1055 $2->setDocComment($1);
142 method->setDocComment(getDocComment()); in copySignature()