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