Lines Matching refs:docComment
87 const DocComment* docComment = method->getDocComment(); in methodDocComments() local
88 if (docComment == nullptr) continue; in methodDocComments()
96 for (const std::string& line : docComment->lines()) { in methodDocComments()
102 errors->push_back(Lint(WARNING, docComment->location()) in methodDocComments()
109 errors->push_back(Lint(WARNING, docComment->location()) in methodDocComments()
117 Lint(WARNING, docComment->location()) in methodDocComments()
131 errors->push_back(Lint(WARNING, docComment->location()) in methodDocComments()
137 errors->push_back(Lint(WARNING, docComment->location()) in methodDocComments()
144 errors->push_back(Lint(WARNING, docComment->location()) in methodDocComments()
151 Lint(WARNING, docComment->location()) in methodDocComments()
162 errors->push_back(Lint(WARNING, docComment->location()) in methodDocComments()
167 errors->push_back(Lint(WARNING, docComment->location()) in methodDocComments()