Home
last modified time | relevance | path

Searched refs:filePaths (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DARCMigrate.cpp77 CXRemapping clang_getRemappingsFromFileList(const char **filePaths, in clang_getRemappingsFromFileList() argument
94 if (!filePaths) { in clang_getRemappingsFromFileList()
102 SmallVector<StringRef, 32> Files(filePaths, filePaths + numFiles); in clang_getRemappingsFromFileList()
/llvm-project/lld/COFF/
H A DDriver.h194 std::vector<StringRef> filePaths; global() variable
H A DDriver.cpp796 createResponseFile(const opt::InputArgList & args,ArrayRef<StringRef> filePaths,ArrayRef<StringRef> searchPaths) createResponseFile() argument
/llvm-project/clang/include/clang-c/
H A DIndex.h5935 * \param filePaths pointer to an array of file paths containing remapping info.
5943 CXRemapping clang_getRemappingsFromFileList(const char **filePaths,