Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DToolingTest.cpp128 TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromType) { in TEST() argument
130 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()
141 TEST(newFrontendActionFactory, CreatesFrontendActionFactoryFromFactoryType) { in TEST() argument
144 newFrontendActionFactory(&Creator)); in TEST()
202 TEST(newFrontendActionFactory, InjectsSourceFileCallbacks) { in TEST() argument
215 newFrontendActionFactory(&EndCallback, &EndCallback)); in TEST()
269 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()
327 newFrontendActionFactory<SyntaxOnlyAction>()); in TEST()
DRefactoringCallbacksTest.cpp29 tooling::newFrontendActionFactory(&Finder)); in expectRewritten()
/external/clang/include/clang/Tooling/
DTooling.h102 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory();
134 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory(
311 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory() { in newFrontendActionFactory() function
322 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory( in newFrontendActionFactory() function
/external/clang/tools/clang-check/
DClangCheck.cpp170 FrontendFactory = newFrontendActionFactory<clang::ento::AnalysisAction>(); in main()
172 FrontendFactory = newFrontendActionFactory<FixItAction>(); in main()
174 FrontendFactory = newFrontendActionFactory(&CheckFactory); in main()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h22 using clang::tooling::newFrontendActionFactory;
75 newFrontendActionFactory(&Finder));
161 newFrontendActionFactory(&Finder)); in matchesConditionallyWithCuda()
210 newFrontendActionFactory(&Finder)); in matchAndVerifyResultConditionally()
DASTMatchersTest.cpp4481 newFrontendActionFactory(&Finder)); in TEST()
4503 newFrontendActionFactory(&Finder)); in TEST()
4529 newFrontendActionFactory(&Finder)); in TEST()
/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 TestOneInput()
/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.rst156 return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>().get());
302 return Tool.run(newFrontendActionFactory(&Finder).get());