Searched refs:TypeLocReader (Results 1 – 2 of 2) sorted by relevance
6502 class TypeLocReader : public TypeLocVisitor<TypeLocReader> { class6524 TypeLocReader(ASTRecordReader &Reader, LocSeq *Seq) in TypeLocReader() function in clang::TypeLocReader6613 void TypeLocReader::VisitDependentSizedArrayTypeLoc( in VisitDependentSizedArrayTypeLoc()6618 void TypeLocReader::VisitDependentAddressSpaceTypeLoc( in VisitDependentAddressSpaceTypeLoc()6635 void TypeLocReader::VisitDependentVectorTypeLoc( in VisitDependentVectorTypeLoc()6651 void TypeLocReader::VisitDependentSizedMatrixTypeLoc( in VisitDependentSizedMatrixTypeLoc()6715 void TypeLocReader::VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()6741 void TypeLocReader::VisitEnumTypeLoc(EnumTypeLoc TL) { in VisitEnumTypeLoc()6757 void TypeLocReader::VisitSubstTemplateTypeParmTypeLoc( in VisitSubstTemplateTypeParmTypeLoc()6861 void TypeLocReader::VisitDependentBitIntTypeLoc( in VisitDependentBitIntTypeLoc()[all …]
359 friend class TypeLocReader; variable