Searched refs:newFrontendActionFactory (Results 1 – 15 of 15) sorted by relevance
130 TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromType) { in TEST() argument132 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()143 TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromFactoryType) { in TEST() argument146 newFrontendActionFactory(&Creator)); in TEST()219 TEST(newFrontendActionFactory, InjectsSourceFileCallbacks) { in TEST() argument232 newFrontendActionFactory(&EndCallback, &EndCallback)); in TEST()286 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()424 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()
29 tooling::newFrontendActionFactory(&Finder)); in expectRewritten()
179 FrontendFactory = newFrontendActionFactory<clang::ento::AnalysisAction>(); in main()181 FrontendFactory = newFrontendActionFactory<FixItAction>(); in main()183 FrontendFactory = newFrontendActionFactory(&CheckFactory); in main()
22 using clang::tooling::newFrontendActionFactory;75 newFrontendActionFactory(&Finder));175 newFrontendActionFactory(&Finder)); in matchesConditionallyWithCuda()226 newFrontendActionFactory(&Finder)); in matchAndVerifyResultConditionally()
4782 newFrontendActionFactory(&Finder)); in TEST()4804 newFrontendActionFactory(&Finder)); in TEST()4830 newFrontendActionFactory(&Finder)); in TEST()
106 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory();138 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory(348 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory() { in newFrontendActionFactory() function359 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory( in newFrontendActionFactory() function
24 newFrontendActionFactory(&Finder)); in TEST()
24 using clang::tooling::newFrontendActionFactory;
72 newFrontendActionFactory(&Finder); in PrintedNamedDeclMatches()
77 newFrontendActionFactory(&Finder)); in PrintedStmtMatches()
93 tooling::newFrontendActionFactory(&Finder)); in match()
78 newFrontendActionFactory(&Finder)); in PrintedDeclMatches()
41 tooling::newFrontendActionFactory<clang::SyntaxOnlyAction>()); in LLVMFuzzerTestOneInput()
101 // newFrontendActionFactory<clang::SyntaxOnlyAction>().102 int result = Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get());139 return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get());
155 return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get());301 return Tool.run(newFrontendActionFactory(&Finder).get());