Searched refs:CanonPath (Results 1 – 1 of 1) sorted by relevance
36 llvm::SmallString<256> CanonPath; in finishedMainFile() local38 CanonPath = File; in finishedMainFile()39 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()40 C.handleFileDependency(CanonPath); in finishedMainFile()