Searched refs:PathVec (Results 1 – 1 of 1) sorted by relevance
28 SmallVector<char, 128> PathVec; in Canonicalize() local29 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()