Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp626 llvm::SmallString<128> MappedPath(R.first); in CanReuse() local
627 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
628 OverriddenAbsPaths.insert(MappedPath); in CanReuse()
645 llvm::SmallString<128> MappedPath(RB.first); in CanReuse() local
646 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
647 OverriddenAbsPaths.insert(MappedPath); in CanReuse()