Searched refs:getUnhandledComments (Results 1 – 5 of 5) sorted by relevance
27 for (const DocComment* docComment : ast.getUnhandledComments()) { in unhandledComments()
148 if (!ast->getUnhandledComments().empty()) { in parse()153 for (const DocComment* docComment : ast->getUnhandledComments()) { in parse()
228 const std::vector<const DocComment*> getUnhandledComments() const;
882 if (ast->getUnhandledComments().size() > 0) { in validateForFormat()884 for (const auto& i : ast->getUnhandledComments()) { in validateForFormat()
950 const std::vector<const DocComment*> AST::getUnhandledComments() const { in getUnhandledComments() function in android::AST