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