Searched refs:TypeLocReader (Results 1 – 2 of 2) sorted by relevance
6743 class TypeLocReader : public TypeLocVisitor<TypeLocReader> { class6765 TypeLocReader(ASTRecordReader &Reader, LocSeq *Seq) in TypeLocReader() function in clang::TypeLocReader6854 void TypeLocReader::VisitDependentSizedArrayTypeLoc( in VisitDependentSizedArrayTypeLoc()6859 void TypeLocReader::VisitDependentAddressSpaceTypeLoc( in VisitDependentAddressSpaceTypeLoc()6876 void TypeLocReader::VisitDependentVectorTypeLoc( in VisitDependentVectorTypeLoc()6892 void TypeLocReader::VisitDependentSizedMatrixTypeLoc( in VisitDependentSizedMatrixTypeLoc()6968 void TypeLocReader::VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()6985 void TypeLocReader::VisitEnumTypeLoc(EnumTypeLoc TL) { in VisitEnumTypeLoc()7001 void TypeLocReader::VisitSubstTemplateTypeParmTypeLoc( in VisitSubstTemplateTypeParmTypeLoc()7104 void TypeLocReader::VisitDependentBitIntTypeLoc( in VisitDependentBitIntTypeLoc()[all …]
377 friend class TypeLocReader; variable