Home
last modified time | relevance | path

Searched refs:getDocComment (Results 1 – 7 of 7) sorted by relevance

/system/tools/hidl/
DDocComment.h72 const DocComment* getDocComment() const { return mDocComment; } in getDocComment() function
DMethod.cpp142 method->setDocComment(getDocComment()); in copySignature()
272 if (getDocComment() != nullptr) getDocComment()->emit(out); in emitHidlDefinition()
DEnumType.cpp272 if (getDocComment() != nullptr) getDocComment()->emit(out); in emitHidlDefinition()
284 if (val->getDocComment() != nullptr) val->getDocComment()->emit(out); in emitHidlDefinition()
DCompoundType.cpp625 if (ref.getDocComment() != nullptr) ref.getDocComment()->emit(out); in emitFieldHidlDefinition()
638 if (getDocComment() != nullptr) getDocComment()->emit(out); in emitInlineHidlDefinition()
DInterface.cpp816 if (getDocComment() != nullptr) getDocComment()->emit(out); in emitHidlDefinition()
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp279 if (method->getDocComment() != nullptr) { in emitAidl()
281 for (const std::string& line : method->getDocComment()->lines()) { in emitAidl()
/system/tools/hidl/lint/lints/
DmethodDocComment.cpp87 const DocComment* docComment = method->getDocComment(); in methodDocComments()