| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | ToolingTest.cpp | 157 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST() 171 newFrontendActionFactory(&Creator)); in TEST() 606 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST() 638 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST() 667 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST() 703 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST() 715 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST() 747 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST() 780 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST() 813 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST() [all …]
|
| H A D | RefactoringCallbacksTest.cpp | 27 tooling::newFrontendActionFactory(&Finder)); in expectRewritten()
|
| H A D | TransformerTest.cpp | 107 auto Factory = newFrontendActionFactory(&MatchFinder); in rewrite() 803 auto Factory = newFrontendActionFactory(&MatchFinder); in TEST_F() 1615 auto Factory = newFrontendActionFactory(&MatchFinder); in TEST_F() 1655 auto Factory = newFrontendActionFactory(&MatchFinder); in TEST_F() 1698 auto Factory = newFrontendActionFactory(&MatchFinder); in TEST_F()
|
| H A D | ExecutionTest.cpp | 190 auto Err = Executor.execute(newFrontendActionFactory<SyntaxOnlyAction>(), in TEST()
|
| /llvm-project-15.0.7/clang/tools/clang-check/ |
| H A D | ClangCheck.cpp | 251 FrontendFactory = newFrontendActionFactory<clang::ento::AnalysisAction>(); in main() 253 FrontendFactory = newFrontendActionFactory<ClangCheckFixItAction>(); in main() 255 FrontendFactory = newFrontendActionFactory<DumpSyntaxTree>(); in main() 257 FrontendFactory = newFrontendActionFactory(&CheckFactory); in main()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersInternalTest.cpp | 74 newFrontendActionFactory(&Finder)->create(), Code), 96 newFrontendActionFactory(&Finder)->create(), Code), 212 newFrontendActionFactory(&Finder)); in TEST() 234 newFrontendActionFactory(&Finder)); in TEST() 260 newFrontendActionFactory(&Finder)); in TEST()
|
| H A D | ASTMatchersTest.h | 25 using clang::tooling::newFrontendActionFactory; 98 newFrontendActionFactory(&Finder)); 225 newFrontendActionFactory(&Finder)); in matchesConditionallyWithCuda() 297 newFrontendActionFactory(&Finder)); in matchAndVerifyResultConditionally()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 120 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory(); 152 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory( 403 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory() { in newFrontendActionFactory() function 416 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory( in newFrontendActionFactory() function
|
| /llvm-project-15.0.7/clang/unittests/Rename/ |
| H A D | ClangRenameTest.h | 63 tooling::newFrontendActionFactory(&FindingAction); in runClangRenameOnCode() 77 auto RenameActionFactory = tooling::newFrontendActionFactory(&RenameAction); in runClangRenameOnCode()
|
| /llvm-project-15.0.7/clang/tools/clang-rename/ |
| H A D | ClangRename.cpp | 168 Tool.run(tooling::newFrontendActionFactory(&FindingAction).get()); in main() 187 tooling::newFrontendActionFactory(&RenameAction); in main()
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-cxx/ |
| H A D | handle_cxx.cpp | 46 tooling::newFrontendActionFactory<clang::EmitObjAction>()); in HandleCXX()
|
| /llvm-project-15.0.7/clang-tools-extra/tool-template/ |
| H A D | ToolTemplate.cpp | 113 auto Err = Executor->get()->execute(newFrontendActionFactory(&Finder)); in main()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-reorder-fields/tool/ |
| H A D | ClangReorderFields.cpp | 68 auto Factory = tooling::newFrontendActionFactory(&Action); in main()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | LibTooling.rst | 101 // newFrontendActionFactory<clang::SyntaxOnlyAction>(). 102 int result = Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get()); 139 return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get());
|
| H A D | LibASTMatchersTutorial.rst | 156 return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get()); 308 return Tool.run(newFrontendActionFactory(&Finder).get());
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTPrint.h | 86 tooling::newFrontendActionFactory(&Finder));
|
| H A D | DataCollectionTest.cpp | 79 newFrontendActionFactory(&Finder)); in hashStmt()
|
| H A D | DeclTest.cpp | 33 newFrontendActionFactory(&Finder)); in TEST()
|
| H A D | MatchVerifier.h | 87 tooling::newFrontendActionFactory(&Finder)); in match()
|
| /llvm-project-15.0.7/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 172 return T.run(newFrontendActionFactory<SBAction>().get()); in main()
|
| /llvm-project-15.0.7/clang/tools/clang-extdef-mapping/ |
| H A D | ClangExtDefMapGen.cpp | 190 return Tool.run(newFrontendActionFactory<MapExtDefNamesAction>().get()); in HandleFiles()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/tool/ |
| H A D | ClangChangeNamespace.cpp | 124 tooling::newFrontendActionFactory(&Finder); in main()
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-change-namespace/ |
| H A D | ChangeNamespaceTests.cpp | 45 tooling::newFrontendActionFactory(&Finder); in runChangeNamespaceOnCode()
|