Searched defs:TestAction (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/unittests/Frontend/ | ||
H A D | FrontendActionTest.cpp | 185 TestPPCallbacksFrontendAction TestAction(Callbacks); in TEST() local |
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ | ||
H A D | ToolingTest.cpp | 31 class TestAction : public clang::ASTFrontendAction { class |
H A D | TestVisitor.h | 96 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {} in TestAction() function |
H A D | RefactoringTest.cpp | 298 class TestAction : public clang::ASTFrontendAction { class in clang::tooling::__anon746b0fa80111::TestVisitor |