Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp505 StringRef pathRef(path.data(), path.size()); in FixupRelativePath() local
508 || llvm::sys::path::is_absolute(pathRef)) in FixupRelativePath()
512 llvm::sys::path::append(NewPath, pathRef); in FixupRelativePath()