Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h120 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory();
152 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory(
406 std::unique_ptr<FrontendActionFactory> newFrontendActionFactory() { in newFrontendActionFactory() function
419 inline std::unique_ptr<FrontendActionFactory> newFrontendActionFactory( in newFrontendActionFactory() function
/freebsd/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp173 return T.run(newFrontendActionFactory<SBAction>().get()); in main()