Home
last modified time | relevance | path

Searched refs:PathComponentGuard (Results 1 – 2 of 2) 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
167 LLVM_NODISCARD PathComponentGuard makePathComponentGuard(StringRef Component);
/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp657 SymbolGraphSerializer::PathComponentGuard
659 return PathComponentGuard(PathComponents, Component); in makePathComponentGuard()