Searched defs:PathComponentGuard (Results 1 – 1 of 1) sorted by relevance
57 struct PathComponentGuard { struct58 PathComponentGuard(PathComponentStack &PC, StringRef Component) : PC(PC) { in PathComponentGuard() argument62 ~PathComponentGuard() { PC.pop_back(); } in ~PathComponentGuard() argument