Searched refs:CanonPath (Results 1 – 1 of 1) sorted by relevance
47 llvm::SmallString<256> CanonPath; in finishedMainFile() local49 CanonPath = File; in finishedMainFile()50 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()51 llvm::sys::fs::make_absolute(WorkingDirectory, CanonPath); in finishedMainFile()52 C.handleFileDependency(CanonPath); in finishedMainFile()