Searched refs:SourceLocationSequence (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h36 class SourceLocationSequence;
52 friend SourceLocationSequence;
56 SourceLocationSequence * = nullptr);
57 static SourceLocation decode(uint64_t, SourceLocationSequence * = nullptr);
65 /// Sequences should be started by creating a SourceLocationSequence::State,
66 /// and then passed around as SourceLocationSequence*. Example:
70 /// SourceLocationSequence::State Seq;
76 /// void EmitContainedThing(SourceLocationSequence *Seq = nullptr) {
81 /// void EmitRecursiveThing(SourceLocationSequence *ParentSeq = nullptr) {
82 /// SourceLocationSequence
87 class SourceLocationSequence { class in namespace:clang
104 SourceLocationSequence(UIntTy &Prev) : Prev(Prev) {} function in class:clang::SourceLocationSequence
[all...]
H A DASTRecordWriter.h29 using LocSeq = SourceLocationSequence;
H A DASTRecordReader.h34 using LocSeq = SourceLocationSequence;
H A DASTWriter.h108 using LocSeq = SourceLocationSequence;
H A DASTReader.h418 using LocSeq = SourceLocationSequence;
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp266 using LocSeq = SourceLocationSequence;
5506 SourceLocationSequence *Seq) {
5512 SourceLocationSequence *Seq) {
H A DASTReader.cpp6744 using LocSeq = SourceLocationSequence;

Completed in 186 milliseconds