Home
last modified time | relevance | path

Searched refs:PathComponentStack (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h49 using PathComponentStack = llvm::SmallVector<llvm::StringRef, 4>; variable
54 PathComponentStack PathComponents;
58 PathComponentGuard(PathComponentStack &PC, StringRef Component) : PC(PC) { in PathComponentGuard()
65 PathComponentStack &PC;