Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DPCHPreambleTest.cpp28 SmallVector<char, 128> PathVec; in Canonicalize() local
29 Path.toVector(PathVec); in Canonicalize()
30 llvm::sys::path::remove_dots(PathVec, true); in Canonicalize()
31 return std::string(PathVec.begin(), PathVec.end()); in Canonicalize()