Home | History | Annotate | Download | only in CodeView

Lines Matching defs:kind

22   explicit DebugSubsectionRef(DebugSubsectionKind Kind) : Kind(Kind) {}
27 DebugSubsectionKind kind() const { return Kind; }
30 DebugSubsectionKind Kind;
35 explicit DebugSubsection(DebugSubsectionKind Kind) : Kind(Kind) {}
40 DebugSubsectionKind kind() const { return Kind; }
46 DebugSubsectionKind Kind;