Searched refs:CommandLineArgs (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 203 ArrayRef<const char *> CommandLineArgs, 248 ArrayRef<const char *> CommandLineArgs,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Testing/ |
H A D | CMakeLists.txt | 6 CommandLineArgs.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Testing/ |
H A D | BUILD.gn | 5 sources = [ "CommandLineArgs.cpp" ]
|
/netbsd-src/external/apache2/llvm/lib/libclangTesting/ |
H A D | Makefile | 9 SRCS+= CommandLineArgs.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCTargetOptions.h | 66 ArrayRef<const char *> CommandLineArgs; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 572 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource() local 574 CommandLineArgs.begin(), in loadFromSource() 585 CommandLineArgs.begin(), (CommandLineArgs.end()), in loadFromSource()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 386 ArrayRef<const char *> CommandLineArgs; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 621 ArrayRef<const char *> CommandLineArgs, in RoundTrip() argument 631 for (const auto *Arg : CommandLineArgs) { in RoundTrip() 641 return Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 661 if (!Parse(DummyInvocation, CommandLineArgs, DummyDiags, Argv0) || in RoundTrip() 668 auto Success = Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 676 << SerializeArgs(CommandLineArgs); in RoundTrip() 4350 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl() argument 4358 InputArgList Args = Opts.ParseArgs(CommandLineArgs, MissingArgIndex, in CreateFromArgsImpl() 4441 Res.getCodeGenOpts().CommandLineArgs = CommandLineArgs; in CreateFromArgsImpl() 4449 ArrayRef<const char *> CommandLineArgs, in CreateFromArgs() argument [all …]
|
/netbsd-src/external/mit/isl/dist/m4/ |
H A D | ax_detect_clang.m4 | 106 AC_EGREP_HEADER([ArrayRef.*CommandLineArgs],
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 597 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs; in initTargetOptions()
|