Home
last modified time | relevance | path

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

/external/v8/tools/gcmole/
Dgcmole.cc127 class CalleesPrinter : public clang::RecursiveASTVisitor<CalleesPrinter> { class
129 explicit CalleesPrinter(clang::MangleContext* ctx) : ctx_(ctx) { in CalleesPrinter() function in __anon85d096280111::CalleesPrinter
217 callees_printer_ = new CalleesPrinter(mangle_context_); in HandleTranslationUnit()
234 CalleesPrinter* callees_printer_;