Home
last modified time | relevance | path

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

/external/clang/include/clang/Tooling/
DTooling.h123 virtual void handleEndSource() {} in handleEndSource() function
399 Callbacks->handleEndSource(); in newFrontendActionFactory()
/external/clang/unittests/Tooling/
DToolingTest.cpp209 void handleEndSource() override { ++EndCalled; } in handleEndSource() function