Home
last modified time | relevance | path

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

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