Searched refs:CommonOptionsParser (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | CommonOptionsParser.cpp | 33 const char *const CommonOptionsParser::HelpMessage = 83 llvm::Error CommonOptionsParser::init( in init() 156 llvm::Expected<CommonOptionsParser> CommonOptionsParser::create( in create() 159 CommonOptionsParser Parser; in create() 167 CommonOptionsParser::CommonOptionsParser( in CommonOptionsParser() function in CommonOptionsParser
|
H A D | StandaloneExecution.cpp | 43 CommonOptionsParser Options, in StandaloneToolExecutor() 75 create(CommonOptionsParser &OptionsParser) override { in create()
|
H A D | AllTUsExecution.cpp | 71 CommonOptionsParser Options, unsigned ThreadCount, in AllTUsToolExecutor() 161 create(CommonOptionsParser &OptionsParser) override { in create()
|
H A D | Execution.cpp | 62 CommonOptionsParser::create(argc, argv, Category, llvm::cl::ZeroOrMore, in createExecutorFromCommandLineArgsImpl()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | CommonOptionsParser.h | 70 class CommonOptionsParser { 81 CommonOptionsParser( 89 static llvm::Expected<CommonOptionsParser> 111 CommonOptionsParser() = default;
|
H A D | AllTUsExecution.h | 42 AllTUsToolExecutor(CommonOptionsParser Options, unsigned ThreadCount, 65 std::optional<CommonOptionsParser> OptionsParser;
|
H A D | StandaloneExecution.h | 50 CommonOptionsParser Options, 87 std::optional<CommonOptionsParser> OptionsParser;
|
H A D | Execution.h | 159 create(CommonOptionsParser &OptionsParser) = 0;
|
/freebsd/contrib/llvm-project/lldb/tools/lldb-instr/ |
H A D | Instrument.cpp | 157 auto ExpectedParser = CommonOptionsParser::create( in main() 165 CommonOptionsParser &OP = ExpectedParser.get(); in main()
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 841 SRCS_MIN+= Tooling/CommonOptionsParser.cpp
|