Searched refs:newFrontendActionFactory (Results 1 – 15 of 15) sorted by relevance
128 TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromType) { in TEST() argument130 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()141 TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromFactoryType) { in TEST() argument144 newFrontendActionFactory(&Creator)); in TEST()202 TEST(newFrontendActionFactory, InjectsSourceFileCallbacks) { in TEST() argument215 newFrontendActionFactory(&EndCallback, &EndCallback)); in TEST()269 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()327 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()
29 tooling::newFrontendActionFactory(&Finder)); in expectRewritten()
102 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory();134 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory(311 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory() { in newFrontendActionFactory() function322 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory( in newFrontendActionFactory() function
170 FrontendFactory = newFrontendActionFactory<clang::ento::AnalysisAction>(); in main()172 FrontendFactory = newFrontendActionFactory<FixItAction>(); in main()174 FrontendFactory = newFrontendActionFactory(&CheckFactory); in main()
22 using clang::tooling::newFrontendActionFactory;75 newFrontendActionFactory(&Finder));161 newFrontendActionFactory(&Finder)); in matchesConditionallyWithCuda()210 newFrontendActionFactory(&Finder)); in matchAndVerifyResultConditionally()
4481 newFrontendActionFactory(&Finder)); in TEST()4503 newFrontendActionFactory(&Finder)); in TEST()4529 newFrontendActionFactory(&Finder)); in TEST()
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 TestOneInput()
101 // newFrontendActionFactory<clang::SyntaxOnlyAction>().102 int result = Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get());139 return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get());
156 return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get());302 return Tool.run(newFrontendActionFactory(&Finder).get());