Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp640 llvm::SmallString<128> MappedPath(R.first); in CanReuse() local
641 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
642 OverriddenAbsPaths.insert(MappedPath); in CanReuse()
659 llvm::SmallString<128> MappedPath(RB.first); in CanReuse() local
660 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
661 OverriddenAbsPaths.insert(MappedPath); in CanReuse()