Home
last modified time | relevance | path

Searched defs:TestOption (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp95 StackOption<int> TestOption("test-option", cl::desc("old description")); in TEST() local
174 StackOption<int> TestOption("test-option", cl::cat(TestCategory), in TEST() local
1256 StackOption<OptionValue> TestOption(Opt, cl::desc(HelpText), in runTest() local
1371 StackOption<OptionValue> TestOption(ArgName, cl::desc("some help"), in runTest() local