Searched defs:filePath (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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 | 1972 SmallString<64> filePath(file->getName()); in HandleTranslationUnit() local
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | LTO.cpp | 162 SmallString<261> filePath("/tmp/lto.tmp"); in compile() local
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Protocol.h | 128 explicit URIForFile(std::string &&filePath, std::string &&uriStr) in URIForFile() 131 std::string filePath; variable
|
| H A D | Protocol.cpp | 216 llvm::Expected<std::string> filePath = parseFilePathFromURI(uri); in fromURI() local
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 368 llvm::StringRef filePath() const { in filePath() function in PrecompiledPreamble::PCHStorage
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/ |
| H A D | Rename.cpp | 42 llvm::Optional<std::string> filePath(const SymbolLocation &Loc, in filePath() function
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1437 SmallString<128> filePath(Filename); in resolveFileRelativeToOriginalDir() local
|