Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp265 class TypeLocWriter : public TypeLocVisitor<TypeLocWriter> { class
277 TypeLocWriter(ASTRecordWriter &Record, LocSeq *Seq) in TypeLocWriter() function in __anon367831a20111::TypeLocWriter
358 void TypeLocWriter::VisitDependentSizedArrayTypeLoc( in VisitDependentSizedArrayTypeLoc()
363 void TypeLocWriter::VisitDependentAddressSpaceTypeLoc( in VisitDependentAddressSpaceTypeLoc()
381 void TypeLocWriter::VisitDependentVectorTypeLoc( in VisitDependentVectorTypeLoc()
399 void TypeLocWriter::VisitDependentSizedMatrixTypeLoc( in VisitDependentSizedMatrixTypeLoc()
485 void TypeLocWriter::VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()
505 void TypeLocWriter::VisitEnumTypeLoc(EnumTypeLoc TL) { in VisitEnumTypeLoc()
521 void TypeLocWriter::VisitSubstTemplateTypeParmTypeLoc( in VisitSubstTemplateTypeParmTypeLoc()
617 void TypeLocWriter::VisitDependentBitIntTypeLoc( in VisitDependentBitIntTypeLoc()
[all …]