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

/external/clang/include/clang/Tooling/
H A DTooling.h98 /// newFrontendActionFactory<clang::SyntaxOnlyAction>();
100 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory();
104 /// newFrontendActionFactory.
130 /// newFrontendActionFactory(&Factory));
132 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory(
308 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory() { function in namespace:clang::tooling
319 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory( function in namespace:clang::tooling

Completed in 57 milliseconds