Searched refs:ctxTop (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A DHelpGen.cpp366 // found under ctxTop by C++ parser
377 bool DumpDifferences(spContext *ctxTop) const;
741 spContext *ctxTop = NULL; local
747 ctxTop = parser.ParseFile(header);
748 if ( !ctxTop ) {
753 ((spFile *)ctxTop)->m_FileName = header;
754 visitor.VisitAll(*ctxTop);
759 if ( 0 && ctxTop )
760 ctxTop->Dump(wxEmptyString);
766 if ( !ctxTop ) {
[all...]

Completed in 81 milliseconds