Home
last modified time | relevance | path

Searched refs:CanonPath (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp34 llvm::SmallString<256> CanonPath; in finishedMainFile() local
36 CanonPath = File; in finishedMainFile()
37 llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); in finishedMainFile()
38 C.handleFileDependency(*Opts, CanonPath); in finishedMainFile()