Home
last modified time | relevance | path

Searched defs:VerifyEndCallback (Results 1 – 1 of 1) sorted by relevance

/external/clang/unittests/Tooling/
DToolingTest.cpp178 struct VerifyEndCallback : public SourceFileCallbacks { struct
179 VerifyEndCallback() : BeginCalled(0), EndCalled(0), Matched(false) {} in VerifyEndCallback() function
180 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;