Searched refs:findComments (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | includeParser.cpp | 1745 bool IncludeParser::findComments(const Definition& includeDef, Definition* markupDef) { in findComments() function in IncludeParser 1993 if (!this->findComments(*includeDef, markupDef)) { in parseClass() 2162 if (!this->findComments(*child, globalMarkupChild)) { in parseConst() 2182 if (!this->findComments(*child, markupChild)) { in parseConst() 2254 if (!this->findComments(*child, globalMarkupChild)) { in parseDefine() 2276 if (!this->findComments(*child, markupChild)) { in parseDefine() 2326 if (!this->findComments(*child, markupChild)) { in parseEnum() 2659 if (!this->findComments(*child, globalMarkupChild)) { in parseMethod() 2679 if (!this->findComments(*child, markupChild)) { in parseMethod() 2879 if (!this->findComments(*child, globalMarkupChild)) { in parseTypedef()
|
D | includeParser.h | 176 bool findComments(const Definition& includeDef, Definition* markupDef);
|