Searched refs:CanonPath (Results 1 – 4 of 4) sorted by relevance
115 llvm::SmallString<128> CanonPath(File); in removeDots() local116 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in removeDots()117 return CanonPath.str().str(); in removeDots()
780 std::string CanonPath = removeDots(File); in setCompileCommand() local784 Commands[CanonPath] = std::move(*Cmd); in setCompileCommand()786 Commands.erase(CanonPath); in setCompileCommand()788 OnCommandChanged.broadcast({CanonPath}); in setCompileCommand()
36 llvm::SmallString<256> CanonPath; in finishedMainFile() local38 CanonPath = File; in finishedMainFile()39 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()40 C.handleFileDependency(CanonPath); in finishedMainFile()
232 auto CanonPath = getCanonicalPath(FE, SM); in toURI() local233 R.first->second = &toURIInternal(CanonPath ? *CanonPath : FE->getName()); in toURI()