clang  3.9.0
Public Member Functions | List of all members
clang::ast_matchers::MatchFinder::ParsingDoneTestCallback Class Referenceabstract

Called when parsing is finished. Intended for testing only. More...

#include <ASTMatchFinder.h>

Public Member Functions

virtual ~ParsingDoneTestCallback ()
 
virtual void run ()=0
 

Detailed Description

Called when parsing is finished. Intended for testing only.

Definition at line 117 of file ASTMatchFinder.h.

Constructor & Destructor Documentation

clang::ast_matchers::MatchFinder::ParsingDoneTestCallback::~ParsingDoneTestCallback ( )
virtual

Definition at line 894 of file ASTMatchFinder.cpp.

Member Function Documentation

virtual void clang::ast_matchers::MatchFinder::ParsingDoneTestCallback::run ( )
pure virtual

The documentation for this class was generated from the following files: