Searched refs:LocSeq (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTRecordWriter.h | 31 using LocSeq = SourceLocationSequence; variable 139 void AddSourceLocation(SourceLocation Loc, LocSeq *Seq = nullptr) { 152 void AddSourceRange(SourceRange Range, LocSeq *Seq = nullptr) { 219 void AddTypeLoc(TypeLoc TL, LocSeq *Seq = nullptr);
|
H A D | ASTRecordReader.h | 35 using LocSeq = SourceLocationSequence; variable 163 void readTypeLoc(TypeLoc TL, LocSeq *Seq = nullptr); 285 SourceLocation readSourceLocation(LocSeq *Seq = nullptr) { 290 SourceRange readSourceRange(LocSeq *Seq = nullptr) {
|
H A D | ASTWriter.h | 111 using LocSeq = SourceLocationSequence; variable 691 LocSeq *Seq = nullptr); 695 getRawSourceLocationEncoding(SourceLocation Loc, LocSeq *Seq = nullptr); 699 LocSeq *Seq = nullptr);
|
H A D | ASTReader.h | 419 using LocSeq = SourceLocationSequence; 2241 LocSeq *Seq = nullptr) const { 2247 LocSeq *Seq = nullptr) const { 2280 LocSeq *Seq = nullptr) { 2298 unsigned &Idx, LocSeq *Seq = nullptr);
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 299 using LocSeq = SourceLocationSequence; typedef in __anon397e50ec0111::TypeLocWriter 302 LocSeq *Seq; 310 TypeLocWriter(ASTRecordWriter &Record, LocSeq *Seq) in TypeLocWriter() 2369 LocSeq::State Seq; in WriteSourceManagerBlock() 5994 ASTWriter::getRawSourceLocationEncoding(SourceLocation Loc, LocSeq *Seq) { in getRawSourceLocationEncoding() 6154 void ASTRecordWriter::AddTypeLoc(TypeLoc TL, LocSeq *OuterSeq) { in AddTypeLoc() 6155 LocSeq::State Seq(OuterSeq); in AddTypeLoc()
|
H A D | ASTReader.cpp | 1745 LocSeq::State Seq; in ReadSLocEntry() 6745 using LocSeq = SourceLocationSequence; typedef in clang::TypeLocReader 6748 LocSeq *Seq; 6766 TypeLocReader(ASTRecordReader &Reader, LocSeq *Seq) in TypeLocReader() 7122 void ASTRecordReader::readTypeLoc(TypeLoc TL, LocSeq *ParentSeq) { in readTypeLoc() 7123 LocSeq::State Seq(ParentSeq); in readTypeLoc() 9423 unsigned &Idx, LocSeq *Seq) { in ReadSourceRange()
|