Home
last modified time | relevance | path

Searched refs:CommandLineArgs (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h203 ArrayRef<const char *> CommandLineArgs,
248 ArrayRef<const char *> CommandLineArgs,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Testing/
H A DCMakeLists.txt6 CommandLineArgs.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Testing/
H A DBUILD.gn5 sources = [ "CommandLineArgs.cpp" ]
/netbsd-src/external/apache2/llvm/lib/libclangTesting/
H A DMakefile9 SRCS+= CommandLineArgs.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCTargetOptions.h66 ArrayRef<const char *> CommandLineArgs; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp572 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 DCodeGenOptions.h386 ArrayRef<const char *> CommandLineArgs; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp621 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 Dax_detect_clang.m4106 AC_EGREP_HEADER([ArrayRef.*CommandLineArgs],
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp597 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs; in initTargetOptions()