Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp82 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base, in expandResponseFiles() function
H A DJSONCompilationDatabase.cpp169 inferMissingCompileCommands(expandResponseFiles( in loadFromDirectory()
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DCompilationDatabase.h240 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base,
/llvm-project-15.0.7/llvm/lib/Option/
H A DOptTable.cpp515 cl::expandResponseFiles(Argc, Argv, EnvVar, Saver, NewArgv); in parseArgs()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp256 expandResponseFiles(std::move(CDB), std::move(FS)))); in parseJSON()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp949 auto Results = expandResponseFiles(std::make_unique<MemCDB>(Entries), FS) in getCommand()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h2114 bool expandResponseFiles(int Argc, const char *const *Argv, const char *EnvVar,
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp1339 bool cl::expandResponseFiles(int Argc, const char *const *Argv, in expandResponseFiles() function in cl