Searched defs:VerifyEndCallback (Results 1 – 1 of 1) sorted by relevance
178 struct VerifyEndCallback : public SourceFileCallbacks { struct179 VerifyEndCallback() : BeginCalled(0), EndCalled(0), Matched(false) {} in VerifyEndCallback() function180 virtual bool handleBeginSource(CompilerInstance &CI, in handleBeginSource()185 virtual void handleEndSource() { in handleEndSource()188 ASTConsumer *newASTConsumer() { in newASTConsumer()191 unsigned BeginCalled;192 unsigned EndCalled;193 bool Matched;