Home
last modified time | relevance | path

Searched defs:PathComponentGuard (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h57 struct PathComponentGuard { struct
58 PathComponentGuard(PathComponentStack &PC, StringRef Component) : PC(PC) { in PathComponentGuard() argument
62 ~PathComponentGuard() { PC.pop_back(); } in ~PathComponentGuard() argument