Searched refs:ClStripPathPrefix (Results 1 – 1 of 1) sorted by relevance
81 static cl::opt<std::string> ClStripPathPrefix( variable162 if (ClStripPathPrefix.empty()) in stripPathPrefix()164 size_t Pos = Path.find(ClStripPathPrefix); in stripPathPrefix()167 return Path.substr(Pos + ClStripPathPrefix.size()); in stripPathPrefix()