/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/ |
H A D | ClangFormatPackage.cs | 260 private static bool FileHasExtension(string filePath, string fileExtensions) in FileHasExtension() argument 263 return extensions.Contains(Path.GetExtension(filePath).ToLower()); in FileHasExtension() 302 string filePath = Vsix.GetDocumentPath(view); in FormatSelection() 304 RunClangFormatAndApplyReplacements(text, start, end, path, filePath, options, view); in FormatSelection() 326 string filePath = Vsix.GetDocumentPath(view); in FormatView() 327 var path = Path.GetDirectoryName(filePath); in FormatView() 336 RunClangFormatAndApplyReplacements(text, 0, text.Length, path, filePath, options, view); in FormatView() 339 …dApplyReplacements(string text, int start, int end, string path, string filePath, OptionPageGrid o… in RunClangFormatAndApplyReplacements() argument 343 string replacements = RunClangFormat(text, start, end, path, filePath, options); in RunClangFormatAndApplyReplacements() 368 …ing RunClangFormat(string text, int start, int end, string path, string filePath, OptionPageGrid o… in RunClangFormat() argument [all …]
|
H A D | Vsix.cs | 54 public static IVsTextView GetVsTextViewFrompPath(string filePath) in GetVsTextViewFrompPath() argument 64 if (VsShellUtilities.IsDocumentOpen(serviceProvider, filePath, Guid.Empty, in GetVsTextViewFrompPath()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/ |
H A D | 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);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | FileRemapper.cpp | 55 bool FileRemapper::initFromFile(StringRef filePath, DiagnosticsEngine &Diag, in initFromFile() argument 59 std::string infoFile = std::string(filePath); in initFromFile() 223 void FileRemapper::remap(StringRef filePath, in remap() argument 225 remap(getOriginalFile(filePath), std::move(memBuf)); in remap() 244 const FileEntry *FileRemapper::getOriginalFile(StringRef filePath) { in getOriginalFile() argument 246 if (auto fileOrErr = FileMgr->getFile(filePath)) in getOriginalFile()
|
H A D | ARCMT.cpp | 612 SmallString<64> filePath(file->getName()); in applyTransform() local 613 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform() 614 Remapper.remap(filePath.str(), std::move(memBuf)); in applyTransform()
|
H A D | ObjCMT.cpp | 1973 SmallString<64> filePath(file->getName()); in HandleTranslationUnit() local 1974 FileMgr.FixupRelativePath(filePath); in HandleTranslationUnit() 1975 Remapper.remap(filePath.str(), std::move(memBuf)); in HandleTranslationUnit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-incpath.cc | 101 if (!global.filePath) in add_filepaths() 102 global.filePath = d_gc_malloc<Strings> (); in add_filepaths() 115 global.filePath->push (target); in add_filepaths()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-incpath.cc | 102 if (!global.filePath) in add_filepaths() 103 global.filePath = new Strings (); in add_filepaths() 116 global.filePath->push (target); in add_filepaths()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
H A D | clang-format-bbedit.applescript | 17 set filePath to urlToPOSIXPath(fileURL) 18 …-format -offset=" & selectionOffset & " -length=" & selectionLength & " " & quoted form of filePath
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | globals.h | 223 Array<const char *> *filePath; // Array of char*'s which form the file import lookup path member
|
H A D | expressionsem.c | 2375 name = FileName::safeSearchPath(global.filePath, name); in visit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | globals.h | 278 Array<const char *> *filePath; // Array of char*'s which form the file import lookup path member
|
H A D | globals.d | 311 Array!(const(char)*)* filePath; /// Array of char*'s which form the file import lookup path
|
H A D | expressionsem.d | 5979 if (!global.filePath) in visit() 6010 auto name = FileName.searchPath(global.filePath, namez, false); in visit() 6015 foreach (idx, path; *global.filePath) in visit()
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/ |
H A D | visual-basic.txt | 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/ |
H A D | visual-basic.txt | 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
|
/netbsd-src/external/gpl3/gdb/dist/zlib/old/ |
H A D | visual-basic.txt | 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
|
/netbsd-src/external/gpl3/binutils/dist/zlib/old/ |
H A D | visual-basic.txt | 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1400 SmallString<128> filePath(Filename); in resolveFileRelativeToOriginalDir() local 1401 fs::make_absolute(filePath); in resolveFileRelativeToOriginalDir() 1405 path::const_iterator fileDirI = path::begin(path::parent_path(filePath)), in resolveFileRelativeToOriginalDir() 1406 fileDirE = path::end(path::parent_path(filePath)); in resolveFileRelativeToOriginalDir()
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 43711 const char *filePath, /* name of the database file */ 43729 if( !filePath ){ 43734 if( statfs(filePath, &fsInfo) != -1 ){ 43775 const char *filePath, /* name of the database file */ 43780 if( !filePath ){
|