Home
last modified time | relevance | path

Searched refs:newFrontendActionFactory (Results 1 – 15 of 15) sorted by relevance

/external/clang/unittests/Tooling/
DToolingTest.cpp130 TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromType) { in TEST() argument
132 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()
143 TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromFactoryType) { in TEST() argument
146 newFrontendActionFactory(&Creator)); in TEST()
219 TEST(newFrontendActionFactory, InjectsSourceFileCallbacks) { in TEST() argument
232 newFrontendActionFactory(&EndCallback, &EndCallback)); in TEST()
286 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()
424 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()
DRefactoringCallbacksTest.cpp29 tooling::newFrontendActionFactory(&Finder)); in expectRewritten()
/external/clang/tools/clang-check/
DClangCheck.cpp179 FrontendFactory = newFrontendActionFactory<clang::ento::AnalysisAction>(); in main()
181 FrontendFactory = newFrontendActionFactory<FixItAction>(); in main()
183 FrontendFactory = newFrontendActionFactory(&CheckFactory); in main()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h22 using clang::tooling::newFrontendActionFactory;
75 newFrontendActionFactory(&Finder));
175 newFrontendActionFactory(&Finder)); in matchesConditionallyWithCuda()
226 newFrontendActionFactory(&Finder)); in matchAndVerifyResultConditionally()
DASTMatchersTest.cpp4782 newFrontendActionFactory(&Finder)); in TEST()
4804 newFrontendActionFactory(&Finder)); in TEST()
4830 newFrontendActionFactory(&Finder)); in TEST()
/external/clang/include/clang/Tooling/
DTooling.h106 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory();
138 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory(
348 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory() { in newFrontendActionFactory() function
359 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory( in newFrontendActionFactory() function
/external/clang/unittests/AST/
DDeclTest.cpp24 newFrontendActionFactory(&Finder)); in TEST()
DASTContextParentMapTest.cpp24 using clang::tooling::newFrontendActionFactory;
DNamedDeclPrinterTest.cpp72 newFrontendActionFactory(&Finder); in PrintedNamedDeclMatches()
DStmtPrinterTest.cpp77 newFrontendActionFactory(&Finder)); in PrintedStmtMatches()
DMatchVerifier.h93 tooling::newFrontendActionFactory(&Finder)); in match()
DDeclPrinterTest.cpp78 newFrontendActionFactory(&Finder)); in PrintedDeclMatches()
/external/clang/tools/clang-fuzzer/
DClangFuzzer.cpp41 tooling::newFrontendActionFactory<clang::SyntaxOnlyAction>()); in LLVMFuzzerTestOneInput()
/external/clang/docs/
DLibTooling.rst101 // newFrontendActionFactory<clang::SyntaxOnlyAction>().
102 int result = Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get());
139 return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get());
DLibASTMatchersTutorial.rst155 return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get());
301 return Tool.run(newFrontendActionFactory(&Finder).get());