OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:command_line_args
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp
446
const char *const *
command_line_args
, int num_command_line_args,
500
Args->insert(Args->end(),
command_line_args
,
501
command_line_args
+ num_command_line_args);
506
// Put the source file after
command_line_args
otherwise if '-x' flag is
867
const char * const *
command_line_args
,
875
Args.append(
command_line_args
,
command_line_args
+ num_command_line_args);
886
const char *const *
command_line_args
, int num_command_line_args,
892
*Log <<
command_line_args
[i] << " ";
local
902
index_options, source_filename,
command_line_args
,
[
all
...]
CIndex.cpp
3533
const char *const *
command_line_args
, unsigned num_unsaved_files,
3536
return clang_parseTranslationUnit(CIdx, source_filename,
command_line_args
,
3543
const char *const *
command_line_args
,
3628
if (strcmp(
command_line_args
[I], "-fno-spell-checking") == 0 ||
3629
strcmp(
command_line_args
[I], "-fspell-checking") == 0) {
3634
Args->insert(Args->end(),
command_line_args
,
3635
command_line_args
+ num_command_line_args);
3643
// Put the source file after
command_line_args
otherwise if '-x' flag is
3707
const char *const *
command_line_args
,
3713
CIdx, source_filename,
command_line_args
, num_command_line_args
3743
*Log <<
command_line_args
[i] << " ";
local
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h
1370
const char *const *
command_line_args
, int num_command_line_args,
1388
* source file is included in \c
command_line_args
.
1390
* \param
command_line_args
The command-line arguments that would be
1397
* \c
command_line_args
.
1420
const char *const *
command_line_args
, int num_command_line_args,
1426
* for \c
command_line_args
including argv[0]. This is useful if the standard
1431
const char *const *
command_line_args
, int num_command_line_args,
6699
const char *source_filename, const char *const *
command_line_args
,
6705
* for \c
command_line_args
including argv[0]. This is useful if the standard
6711
const char *source_filename, const char *const *
command_line_args
,
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026