Lines Matching refs:ParseCommandLineOptions
94 cl::ParseCommandLineOptions(argc, argv);
595 argument to the `cl::ParseCommandLineOptions`_ call in main. This additional
602 cl::ParseCommandLineOptions(argc, argv, " CommandLine compiler example\n\n"
1209 `cl::ParseCommandLineOptions`_.
1215 only consists of one function `cl::ParseCommandLineOptions`_) and three main
1219 .. _cl::ParseCommandLineOptions:
1221 The ``cl::ParseCommandLineOptions`` function
1224 The ``cl::ParseCommandLineOptions`` function is designed to be called directly
1228 The ``cl::ParseCommandLineOptions`` function requires two parameters (``argc``
1239 `cl::ParseCommandLineOptions`_, except that it is designed to take values for
1242 command line option variables just like `cl::ParseCommandLineOptions`_ does.
1251 into words and then process them using `cl::ParseCommandLineOptions`_.
1261 ``main`` and *before* ``cl::ParseCommandLineOptions``. Its use is optional. It