Home
last modified time | relevance | path

Searched refs:fromFile (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DCompilationDatabase.cpp50 lsp::URIForFile::fromFile(info.filename)) in mapping()
H A DSourceMgrUtils.cpp96 llvm::Expected<URIForFile> includedFileURI = URIForFile::fromFile(path); in gatherIncludeFiles()
H A DProtocol.h107 static llvm::Expected<URIForFile> fromFile(StringRef absoluteFilepath);
H A DProtocol.cpp222 llvm::Expected<URIForFile> URIForFile::fromFile(StringRef absoluteFilepath) { in fromFile() function in URIForFile
/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.h221 void enqueuePdbFile(StringRef path, ObjFile *fromFile);
319 StringRef path, ObjFile *fromFile);
H A DInputFiles.cpp859 ObjFile *fromFile) { in findFromRecordPath() argument
860 auto p = findPdbPath(path.str(), fromFile); in findFromRecordPath()
922 void ObjFile::enqueuePdbFile(StringRef path, ObjFile *fromFile) { in enqueuePdbFile() argument
923 auto p = findPdbPath(path.str(), fromFile); in enqueuePdbFile()
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp35 llvm::Expected<lsp::URIForFile> fileForLoc = lsp::URIForFile::fromFile( in getURIFromLoc()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp25 lsp::URIForFile::fromFile(loc.getFilename()); in getLocationFromLoc()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp44 llvm::Expected<lsp::URIForFile> fileForLoc = lsp::URIForFile::fromFile( in getURIFromLoc()