Home
last modified time | relevance | path

Searched refs:mUnhandledComments (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DAST.h242 std::vector<const DocComment*> mUnhandledComments; member
DAST.cpp947 if (docComment != nullptr) mUnhandledComments.push_back(docComment); in addUnhandledComment()
951 return mUnhandledComments; in getUnhandledComments()