Home
last modified time | relevance | path

Searched refs:expandResponseFiles (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp67 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base, in expandResponseFiles() function
H A DJSONCompilationDatabase.cpp169 inferMissingCompileCommands(expandResponseFiles( in loadFromDirectory()
H A DTooling.cpp325 ECtx.setVFS(&FS).setCurrentDir(WorkingDir).expandResponseFiles(Argv); in addExpandedResponseFiles()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h246 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base,
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp208 if (llvm::Error Err = ECtx.expandResponseFiles(ArgV)) { in ExecuteCC1Tool()
249 if (llvm::Error Err = expandResponseFiles(Args, ClangCLMode, A)) { in clang_main()
/freebsd/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp65 if (Error e = ectx.expandResponseFiles(expandedArgs)) { in isPETarget()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1218 Error ExpansionContext::expandResponseFiles( in expandResponseFiles() function in ExpansionContext
1337 bool cl::expandResponseFiles(int Argc, const char *const *Argv, in expandResponseFiles() function in cl
1353 if (Error Err = ECtx.expandResponseFiles(NewArgv)) { in expandResponseFiles()
1363 if (Error Err = ECtx.expandResponseFiles(Argv)) { in ExpandResponseFiles()
1424 return expandResponseFiles(Argv); in readConfigFile()
1494 if (Error Err = ECtx.expandResponseFiles(newArgv)) { in ParseCommandLineOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h844 llvm::Error expandResponseFiles(SmallVectorImpl<const char *> &Args,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h2229 Error expandResponseFiles(SmallVectorImpl<const char *> &Argv);
2236 bool expandResponseFiles(int Argc, const char *const *Argv, const char *EnvVar,
2248 bool expandResponseFiles(int Argc, const char *const *Argv, const char *EnvVar,
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp549 if (llvm::Error E = driver::expandResponseFiles(Argv, CLMode, Alloc, FS)) { in forEachDriverJob()
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp578 cl::expandResponseFiles(Argc, Argv, EnvVar, Saver, NewArgv); in parseArgs()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6738 llvm::Error driver::expandResponseFiles(SmallVectorImpl<const char *> &Args, in expandResponseFiles() function in driver
6776 if (llvm::Error Err = ECtx.expandResponseFiles(Args)) in expandResponseFiles()