Searched defs:filePath (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ |
H A D | ClangFormatPackage.cs | 260 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 D | Vsix.cs | 54 public static IVsTextView GetVsTextViewFrompPath(string filePath) in GetVsTextViewFrompPath()
|
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | FileRemapper.cpp | 55 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 D | ARCMT.cpp | 610 SmallString<64> filePath(file->getName()); in applyTransform() local
|
H A D | ObjCMT.cpp | 1970 SmallString<64> filePath(file->getName()); in HandleTranslationUnit() local
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | LTO.cpp | 250 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 D | PrecompiledPreamble.cpp | 368 llvm::StringRef filePath() const { in filePath() function in PrecompiledPreamble::PCHStorage
|