Home
last modified time | relevance | path

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

/llvm-project/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs
H A DVsix.cs
/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp55 bool FileRemapper::initFromFile(StringRef filePath, DiagnosticsEngine &Diag, in initFromFile()
223 void FileRemapper::remap(StringRef filePath, in remap()
246 OptionalFileEntryRef FileRemapper::getOriginalFile(StringRef filePath) { in getOriginalFile()
H A DARCMT.cpp610 SmallString<64> filePath(file->getName()); in applyTransform() local
H A DObjCMT.cpp1967 SmallString<64> filePath(file->getName()); HandleTranslationUnit() local
/llvm-project/lld/MachO/
H A DLTO.cpp244 SmallString<261> filePath("/tmp/lto.tmp"); compile() local
290 auto filePath = outputFilePath(i); compile() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAddDebugInfo.cpp187 std::string filePath; runOnOperation() local
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DProtocol.h136 explicit URIForFile(std::string &&filePath, std::string &&uriStr) in URIForFile()
139 std::string filePath; variable
/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp381 llvm::StringRef filePath() const { in filePath() function in PrecompiledPreamble::PCHStorage
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp226 llvm::Expected<std::string> filePath = parseFilePathFromURI(uri); in fromURI() local
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp43 std::optional<std::string> filePath(const SymbolLocation &Loc, in filePath() function
/llvm-project/flang/lib/Lower/
H A DBridge.cpp951 llvm::SmallString<256> filePath(*filePos->path); genLocation() local