Searched defs:newFrontendActionFactory (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Tooling/
H A DTooling.h100 /// newFrontendActionFactory<clang::SyntaxOnlyAction>();
102 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory();
106 /// newFrontendActionFactory.
132 /// newFrontendActionFactory(&Factory));
134 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory(
311 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory() { function in namespace:clang::tooling
322 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory( function in namespace:clang::tooling

Completed in 47 milliseconds