Searched refs:CanonPath (Results 1 – 4 of 4) sorted by relevance
34 llvm::SmallString<256> CanonPath; in finishedMainFile() local36 CanonPath = File; in finishedMainFile()37 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()38 C.handleFileDependency(*Opts, CanonPath); in finishedMainFile()
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()
392 std::string CanonPath = removeDots(File); in setCompileCommand() local396 Commands[CanonPath] = std::move(*Cmd); in setCompileCommand()398 Commands.erase(CanonPath); in setCompileCommand()400 OnCommandChanged.broadcast({CanonPath}); in setCompileCommand()
64 if (auto CanonPath = getCanonicalPath(*File, SM)) { in toURI() local65 AbsolutePath = *CanonPath; in toURI()