Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp636 struct PathComponent { struct
637 StringRef USR;
638 StringRef Name;
639 APIRecord::RecordKind Kind;
641 PathComponent(StringRef USR, StringRef Name, APIRecord::RecordKind Kind) in PathComponent() argument