Home
last modified time | relevance | path

Searched refs:TypeLocWriter (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp247 class TypeLocWriter : public TypeLocVisitor<TypeLocWriter> { class
259 TypeLocWriter(ASTRecordWriter &Record, LocSeq *Seq) in TypeLocWriter() function in __anon7df3f81c0111::TypeLocWriter
340 void TypeLocWriter::VisitDependentSizedArrayTypeLoc( in VisitDependentSizedArrayTypeLoc()
345 void TypeLocWriter::VisitDependentAddressSpaceTypeLoc( in VisitDependentAddressSpaceTypeLoc()
363 void TypeLocWriter::VisitDependentVectorTypeLoc( in VisitDependentVectorTypeLoc()
381 void TypeLocWriter::VisitDependentSizedMatrixTypeLoc( in VisitDependentSizedMatrixTypeLoc()
455 void TypeLocWriter::VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()
483 void TypeLocWriter::VisitEnumTypeLoc(EnumTypeLoc TL) { in VisitEnumTypeLoc()
499 void TypeLocWriter::VisitSubstTemplateTypeParmTypeLoc( in VisitSubstTemplateTypeParmTypeLoc()
594 void TypeLocWriter::VisitDependentBitIntTypeLoc( in VisitDependentBitIntTypeLoc()
[all …]