Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DToolingTest.cpp203 struct VerifyEndCallback : public SourceFileCallbacks { struct
204 VerifyEndCallback() : BeginCalled(0), EndCalled(0), Matched(false) {} in VerifyEndCallback() function
220 VerifyEndCallback EndCallback; in TEST()