Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.h192 std::vector<StringRef> filePaths; variable
H A DDriver.cpp185 filePaths.push_back(filename); in addBuffer()
752 ArrayRef<StringRef> filePaths, in createResponseFile() argument
802 for (StringRef path : filePaths) in createResponseFile()
2049 createResponseFile(args, filePaths, in linkerMain()
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h5588 CXRemapping clang_getRemappingsFromFileList(const char **filePaths,