Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp474 struct PathComponent { struct
475 StringRef USR;
476 StringRef Name;
477 APIRecord::RecordKind Kind;
479 PathComponent(StringRef USR, StringRef Name, APIRecord::RecordKind Kind) in PathComponent() argument