Home
last modified time | relevance | path

Searched refs:newFrontendActionFactory (Results 1 – 22 of 22) 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()
341 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()
479 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/include/clang/Tooling/
DTooling.h106 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory();
138 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory(
353 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory() { in newFrontendActionFactory() function
364 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory( in newFrontendActionFactory() function
/external/clang/unittests/ASTMatchers/
DASTMatchersInternalTest.cpp115 newFrontendActionFactory(&Finder)); in TEST()
137 newFrontendActionFactory(&Finder)); in TEST()
163 newFrontendActionFactory(&Finder)); in TEST()
DASTMatchersTest.h22 using clang::tooling::newFrontendActionFactory;
75 newFrontendActionFactory(&Finder));
186 newFrontendActionFactory(&Finder)); in matchesConditionallyWithCuda()
235 newFrontendActionFactory(&Finder)); in matchAndVerifyResultConditionally()
/external/clang/unittests/AST/
DDeclTest.cpp24 newFrontendActionFactory(&Finder)); in TEST()
DNamedDeclPrinterTest.cpp72 newFrontendActionFactory(&Finder); in PrintedNamedDeclMatches()
DStmtPrinterTest.cpp77 newFrontendActionFactory(&Finder)); in PrintedStmtMatches()
DMatchVerifier.h96 tooling::newFrontendActionFactory(&Finder)); in match()
DDeclPrinterTest.cpp78 newFrontendActionFactory(&Finder)); in PrintedDeclMatches()
/external/clang/unittests/Analysis/
DCFGTest.cpp50 tooling::newFrontendActionFactory(&Finder)); in TEST()
/external/clang/tools/clang-fuzzer/
DClangFuzzer.cpp41 tooling::newFrontendActionFactory<clang::SyntaxOnlyAction>()); in LLVMFuzzerTestOneInput()
/external/v8/tools/clang/value_cleanup/
DValueCleanup.cpp50 clang::tooling::newFrontendActionFactory(&match_finder); in main()
/external/v8/tools/clang/base_bind_rewriters/
DBaseBindRewriters.cpp96 clang::tooling::newFrontendActionFactory(&match_finder); in main()
/external/v8/tools/clang/pass_to_move/
DPassToMove.cpp98 clang::tooling::newFrontendActionFactory(&match_finder); in main()
/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());
/external/v8/tools/clang/empty_string/
DEmptyStringConverter.cpp177 clang::tooling::newFrontendActionFactory(&match_finder); in main()
/external/v8/tools/clang/translation_unit/
DTranslationUnitGenerator.cpp265 clang::tooling::newFrontendActionFactory<CompilationIndexerAction>(); in main()
/external/v8/tools/clang/rewrite_scoped_refptr/
DRewriteScopedRefptr.cpp423 clang::tooling::newFrontendActionFactory(&match_finder); in main()
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp1655 clang::tooling::newFrontendActionFactory(&match_finder, in main()