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()341 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()479 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()
106 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory();138 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory(353 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory() { in newFrontendActionFactory() function364 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory( in newFrontendActionFactory() function
115 newFrontendActionFactory(&Finder)); in TEST()137 newFrontendActionFactory(&Finder)); in TEST()163 newFrontendActionFactory(&Finder)); in TEST()
22 using clang::tooling::newFrontendActionFactory;75 newFrontendActionFactory(&Finder));186 newFrontendActionFactory(&Finder)); in matchesConditionallyWithCuda()235 newFrontendActionFactory(&Finder)); in matchAndVerifyResultConditionally()
24 newFrontendActionFactory(&Finder)); in TEST()
72 newFrontendActionFactory(&Finder); in PrintedNamedDeclMatches()
77 newFrontendActionFactory(&Finder)); in PrintedStmtMatches()
96 tooling::newFrontendActionFactory(&Finder)); in match()
78 newFrontendActionFactory(&Finder)); in PrintedDeclMatches()
50 tooling::newFrontendActionFactory(&Finder)); in TEST()
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());