Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp177 class TypeLocWriter : public TypeLocVisitor<TypeLocWriter> { class
261 void TypeLocWriter::VisitDependentSizedArrayTypeLoc( in VisitDependentSizedArrayTypeLoc()
266 void TypeLocWriter::VisitDependentAddressSpaceTypeLoc( in VisitDependentAddressSpaceTypeLoc()
284 void TypeLocWriter::VisitDependentVectorTypeLoc( in VisitDependentVectorTypeLoc()
302 void TypeLocWriter::VisitDependentSizedMatrixTypeLoc( in VisitDependentSizedMatrixTypeLoc()
371 void TypeLocWriter::VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()
396 void TypeLocWriter::VisitEnumTypeLoc(EnumTypeLoc TL) { in VisitEnumTypeLoc()
408 void TypeLocWriter::VisitSubstTemplateTypeParmTypeLoc( in VisitSubstTemplateTypeParmTypeLoc()
496 void TypeLocWriter::VisitPipeTypeLoc(PipeTypeLoc TL) { in VisitPipeTypeLoc()
503 void TypeLocWriter::VisitDependentExtIntTypeLoc( in VisitDependentExtIntTypeLoc()
[all …]