HomeSort by: relevance | last modified time | path
    Searched refs:filePath (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/
FileRemapper.h 48 bool initFromFile(StringRef filePath, DiagnosticsEngine &Diag,
56 void remap(StringRef filePath, std::unique_ptr<llvm::MemoryBuffer> memBuf);
72 const FileEntry *getOriginalFile(StringRef filePath);
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-incpath.cc 101 if (!global.filePath)
102 global.filePath = d_gc_malloc<Strings> ();
115 global.filePath->push (target);
  /src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
ClangFormatPackage.cs 260 private static bool FileHasExtension(string filePath, string fileExtensions)
263 return extensions.Contains(Path.GetExtension(filePath).ToLower());
302 string filePath = Vsix.GetDocumentPath(view);
304 RunClangFormatAndApplyReplacements(text, start, end, path, filePath, options, view);
326 string filePath = Vsix.GetDocumentPath(view);
327 var path = Path.GetDirectoryName(filePath);
336 RunClangFormatAndApplyReplacements(text, 0, text.Length, path, filePath, options, view);
339 private void RunClangFormatAndApplyReplacements(string text, int start, int end, string path, string filePath, OptionPageGrid options, IWpfTextView view)
343 string replacements = RunClangFormat(text, start, end, path, filePath, options);
368 private static string RunClangFormat(string text, int start, int end, string path, string filePath, OptionPageGrid options
    [all...]
Vsix.cs 54 public static IVsTextView GetVsTextViewFrompPath(string filePath)
64 if (VsShellUtilities.IsDocumentOpen(serviceProvider, filePath, Guid.Empty,
86 return Directory.GetParent(document.FilePath).ToString();
93 return GetTextDocument(view)?.FilePath;
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
FileRemapper.cpp 55 bool FileRemapper::initFromFile(StringRef filePath, DiagnosticsEngine &Diag,
59 std::string infoFile = std::string(filePath);
223 void FileRemapper::remap(StringRef filePath,
225 remap(getOriginalFile(filePath), std::move(memBuf));
244 const FileEntry *FileRemapper::getOriginalFile(StringRef filePath) {
246 if (auto fileOrErr = FileMgr->getFile(filePath))
ARCMT.cpp 612 SmallString<64> filePath(file->getName());
613 Unit->getFileManager().FixupRelativePath(filePath);
614 Remapper.remap(filePath.str(), std::move(memBuf));
ObjCMT.cpp 1973 SmallString<64> filePath(file->getName());
1974 FileMgr.FixupRelativePath(filePath);
1975 Remapper.remap(filePath.str(), std::move(memBuf));
  /src/external/bsd/zstd/dist/tests/
DEPRECATED-test-zstd-speed.py 204 def double_check(branch, commit, args, executableName, md5sum, compilerVersion, resultsFileName, filePath, fileName):
207 text = benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersion, resultsFileName, filePath, fileName, csize, cspeed, dspeed)
210 text = benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersion, resultsFileName, filePath, fileName, csize, cspeed, dspeed)
235 for filePath in testFilePaths:
236 fileName = filePath.rpartition('/')[2]
241 text = double_check(branch, commit, args, 'zstd', md5_zstd, 'gcc_version='+gcc_version, resultsFileName, filePath, fileName)
246 text = double_check(branch, commit, args, 'zstd32', md5_zstd32, 'gcc_version='+gcc_version, resultsFileName, filePath, fileName)
251 text = double_check(branch, commit, args, 'zstd_clang', md5_zstd_clang, 'clang_version='+clang_version, resultsFileName, filePath, fileName)
  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.h 118 extern int ParseDNSServers(mDNS *m, const char *filePath);
mDNSPosix.c 991 mDNSexport int ParseDNSServers(mDNS *m, const char *filePath)
997 FILE *fp = fopen(filePath, "r");
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 278 Array<const char *> *filePath; // Array of char*'s which form the file import lookup path
globals.d 311 Array!(const(char)*)* filePath; /// Array of char*'s which form the file import lookup path
expressionsem.d 5979 if (!global.filePath)
6010 auto name = FileName.searchPath(global.filePath, namez, false);
6015 foreach (idx, path; *global.filePath)
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 1400 SmallString<128> filePath(Filename);
1401 fs::make_absolute(filePath);
1405 path::const_iterator fileDirI = path::begin(path::parent_path(filePath)),
1406 fileDirE = path::end(path::parent_path(filePath));
1409 // Skip the common path components from filePath and OriginalDir.
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 117 milliseconds