Home
last modified time | relevance | path

Searched refs:CreateTestAction (Results 1 – 5 of 5) sorted by relevance

/external/clang/unittests/Tooling/
DTestVisitor.h65 return tooling::runToolOnCodeWithArgs(CreateTestAction(), Code, Args);
77 virtual ASTFrontendAction* CreateTestAction() { in CreateTestAction() function
DCommentHandlerTest.cpp59 ASTFrontendAction *CreateTestAction() override { in CreateTestAction() function in clang::CommentHandlerVisitor
/external/llvm-project/clang/unittests/Tooling/
DTestVisitor.h76 return tooling::runToolOnCodeWithArgs(CreateTestAction(), Code, Args);
88 virtual std::unique_ptr<ASTFrontendAction> CreateTestAction() { in CreateTestAction() function
DCommentHandlerTest.cpp58 std::unique_ptr<ASTFrontendAction> CreateTestAction() override { in CreateTestAction() function in clang::CommentHandlerVisitor
DSourceCodeTest.cpp114 bool result = tooling::runToolOnCodeWithArgs(this->CreateTestAction(),