Home
last modified time | relevance | path

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

/external/skia/tools/bookmaker/
DincludeParser.cpp1216 void IncludeParser::dumpComment(const Definition& token) { in dumpComment() function in IncludeParser
1283 this->dumpComment(token); in dumpConst()
1301 this->dumpComment(token); in dumpDefine()
1323 this->dumpComment(token); in dumpEnum()
1446 this->dumpComment(*def); in dumpGlobals()
1556 this->dumpComment(token); in dumpMethod()
1678 this->dumpComment(token); in dumpTypedef()
DincludeParser.h161 void dumpComment(const Definition& );
/external/skqp/tools/bookmaker/
DincludeParser.cpp1215 void IncludeParser::dumpComment(const Definition& token) { in dumpComment() function in IncludeParser
1282 this->dumpComment(token); in dumpConst()
1300 this->dumpComment(token); in dumpDefine()
1322 this->dumpComment(token); in dumpEnum()
1445 this->dumpComment(*def); in dumpGlobals()
1555 this->dumpComment(token); in dumpMethod()
1677 this->dumpComment(token); in dumpTypedef()
DincludeParser.h161 void dumpComment(const Definition& );
/external/clang/lib/AST/
DASTDumper.cpp561 void dumpComment(const Comment *C);
2319 dumpComment(C); in dumpFullComment()
2323 void ASTDumper::dumpComment(const Comment *C) { in dumpComment() function in ASTDumper
2340 dumpComment(*I); in dumpComment()