Home
last modified time | relevance | path

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

/external/clang/include/clang/Tooling/
DTooling.h117 virtual bool handleBeginSource(CompilerInstance &CI, StringRef Filename) { in handleBeginSource() function
389 return Callbacks->handleBeginSource(CI, Filename); in newFrontendActionFactory()
/external/clang/unittests/Tooling/
DToolingTest.cpp205 bool handleBeginSource(CompilerInstance &CI, StringRef Filename) override { in handleBeginSource() function