Home
last modified time | relevance | path

Searched refs:setDocComment (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/
DDocComment.h65 void setDocComment(const DocComment* docComment) { mDocComment = docComment; } in setDocComment() function
Dhidl-gen_y.yy613 $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);
DMethod.cpp142 method->setDocComment(getDocComment()); in copySignature()