class SourceLocationSequence::State
Declaration
class SourceLocationSequence::State { /* full declaration omitted */ };
Description
This object establishes a SourceLocationSequence.
Declared at: clang/include/clang/Serialization/SourceLocationEncoding.h:138
Member Variables
- private clang::SourceLocationSequence::UIntTy Prev = 0
- private clang::SourceLocationSequence Seq
Method Overview
- public State(clang::SourceLocationSequence * Parent = nullptr)
- public clang::SourceLocationSequence * operator clang::SourceLocationSequence *()
Methods
¶State(clang::SourceLocationSequence* Parent =
nullptr)
State(clang::SourceLocationSequence* Parent =
nullptr)
Declared at: clang/include/clang/Serialization/SourceLocationEncoding.h:145
Parameters
- clang::SourceLocationSequence* Parent = nullptr
¶clang::SourceLocationSequence*
operator clang::SourceLocationSequence*()
clang::SourceLocationSequence*
operator clang::SourceLocationSequence*()
Declared at: clang/include/clang/Serialization/SourceLocationEncoding.h:149