Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DTooling.h131 virtual bool handleBeginSource(CompilerInstance &CI) { in handleBeginSource() function
446 return Callbacks->handleBeginSource(CI); in newFrontendActionFactory()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp430 bool handleBeginSource(CompilerInstance &CI) override { in handleBeginSource() function