Home
last modified time | relevance | path

Searched refs:filePath (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs260 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 DVsix.cs54 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 DFileRemapper.h48 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 DFileRemapper.cpp55 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 DARCMT.cpp612 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 DObjCMT.cpp1973 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 Dd-incpath.cc101 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 Dd-incpath.cc102 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 Dclang-format-bbedit.applescript17 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 Dglobals.h223 Array<const char *> *filePath; // Array of char*'s which form the file import lookup path member
H A Dexpressionsem.c2375 name = FileName::safeSearchPath(global.filePath, name); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h278 Array<const char *> *filePath; // Array of char*'s which form the file import lookup path member
H A Dglobals.d311 Array!(const(char)*)* filePath; /// Array of char*'s which form the file import lookup path
H A Dexpressionsem.d5979 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 Dvisual-basic.txt38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/
H A Dvisual-basic.txt38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
/netbsd-src/external/gpl3/gdb/dist/zlib/old/
H A Dvisual-basic.txt38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
/netbsd-src/external/gpl3/binutils/dist/zlib/old/
H A Dvisual-basic.txt38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1400 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 Dsqlite3.c43711 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 ){