Searched refs:BeginCalled (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/Tooling/
H A DToolingTest.cpp204 VerifyEndCallback() : BeginCalled(0), EndCalled(0), Matched(false) {}
206 ++BeginCalled;
213 unsigned BeginCalled; member in struct:clang::tooling::VerifyEndCallback
236 EXPECT_EQ(2u, EndCallback.BeginCalled);

Completed in 60 milliseconds