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