clang 19.0.0git
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 "clang/ASTMatchers/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 123 of file ASTMatchFinder.h.

Constructor & Destructor Documentation

◆ ~ParsingDoneTestCallback()

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

Definition at line 1578 of file ASTMatchFinder.cpp.

Member Function Documentation

◆ run()

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

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