Searched refs:getDocComment (Results 1 – 7 of 7) sorted by relevance
72 const DocComment* getDocComment() const { return mDocComment; } in getDocComment() function
142 method->setDocComment(getDocComment()); in copySignature()272 if (getDocComment() != nullptr) getDocComment()->emit(out); in emitHidlDefinition()
272 if (getDocComment() != nullptr) getDocComment()->emit(out); in emitHidlDefinition()284 if (val->getDocComment() != nullptr) val->getDocComment()->emit(out); in emitHidlDefinition()
625 if (ref.getDocComment() != nullptr) ref.getDocComment()->emit(out); in emitFieldHidlDefinition()638 if (getDocComment() != nullptr) getDocComment()->emit(out); in emitInlineHidlDefinition()
816 if (getDocComment() != nullptr) getDocComment()->emit(out); in emitHidlDefinition()
279 if (method->getDocComment() != nullptr) { in emitAidl()281 for (const std::string& line : method->getDocComment()->lines()) { in emitAidl()
87 const DocComment* docComment = method->getDocComment(); in methodDocComments()