Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Tooling/
H A DTooling.h137 virtual void handleEndSource() {} in handleEndSource() function
/llvm-project/clang/unittests/Tooling/
H A DToolingTest.cpp481 void handleEndSource() override { ++EndCalled; } handleEndSource() function