Home
last modified time | relevance | path

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

/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()