Home
last modified time | relevance | path

Searched refs:getUnhandledComments (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/lint/lints/
DunhandledComments.cpp27 for (const DocComment* docComment : ast.getUnhandledComments()) { in unhandledComments()
/system/tools/hidl/hidl2aidl/
Dmain.cpp148 if (!ast->getUnhandledComments().empty()) { in parse()
153 for (const DocComment* docComment : ast->getUnhandledComments()) { in parse()
/system/tools/hidl/
DAST.h228 const std::vector<const DocComment*> getUnhandledComments() const;
Dmain.cpp882 if (ast->getUnhandledComments().size() > 0) { in validateForFormat()
884 for (const auto& i : ast->getUnhandledComments()) { in validateForFormat()
DAST.cpp950 const std::vector<const DocComment*> AST::getUnhandledComments() const { in getUnhandledComments() function in android::AST