Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs260 private static bool FileHasExtension(string filePath, string fileExtensions) in FileHasExtension()
339 …atAndApplyReplacements(string text, int start, int end, string path, string filePath, OptionPageGr… in RunClangFormatAndApplyReplacements()
368 … string RunClangFormat(string text, int start, int end, string path, string filePath, OptionPageGr… in RunClangFormat()
H A DVsix.cs54 public static IVsTextView GetVsTextViewFrompPath(string filePath) in GetVsTextViewFrompPath()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DFileRemapper.cpp55 bool FileRemapper::initFromFile(StringRef filePath, DiagnosticsEngine &Diag, in initFromFile()
223 void FileRemapper::remap(StringRef filePath, in remap()
244 const FileEntry *FileRemapper::getOriginalFile(StringRef filePath) { in getOriginalFile()
H A DARCMT.cpp610 SmallString<64> filePath(file->getName()); in applyTransform() local
H A DObjCMT.cpp1970 SmallString<64> filePath(file->getName()); in HandleTranslationUnit() local
/openbsd-src/gnu/llvm/lld/MachO/
H A DLTO.cpp250 SmallString<261> filePath("/tmp/lto.tmp"); in compile() local
296 auto filePath = outputFilePath(i); in compile() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp368 llvm::StringRef filePath() const { in filePath() function in PrecompiledPreamble::PCHStorage