Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6502 class TypeLocReader : public TypeLocVisitor<TypeLocReader> { class
6524 TypeLocReader(ASTRecordReader &Reader, LocSeq *Seq) in TypeLocReader() function in clang::TypeLocReader
6613 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 …]
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h359 friend class TypeLocReader; variable