Searched refs:fromFile (Results 1 – 9 of 9) sorted by relevance
50 lsp::URIForFile::fromFile(info.filename)) in mapping()
96 llvm::Expected<URIForFile> includedFileURI = URIForFile::fromFile(path); in gatherIncludeFiles()
107 static llvm::Expected<URIForFile> fromFile(StringRef absoluteFilepath);
222 llvm::Expected<URIForFile> URIForFile::fromFile(StringRef absoluteFilepath) { in fromFile() function in URIForFile
221 void enqueuePdbFile(StringRef path, ObjFile *fromFile);319 StringRef path, ObjFile *fromFile);
859 ObjFile *fromFile) { in findFromRecordPath() argument860 auto p = findPdbPath(path.str(), fromFile); in findFromRecordPath()922 void ObjFile::enqueuePdbFile(StringRef path, ObjFile *fromFile) { in enqueuePdbFile() argument923 auto p = findPdbPath(path.str(), fromFile); in enqueuePdbFile()
35 llvm::Expected<lsp::URIForFile> fileForLoc = lsp::URIForFile::fromFile( in getURIFromLoc()
25 lsp::URIForFile::fromFile(loc.getFilename()); in getLocationFromLoc()
44 llvm::Expected<lsp::URIForFile> fileForLoc = lsp::URIForFile::fromFile( in getURIFromLoc()