Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6743 class TypeLocReader : public TypeLocVisitor<TypeLocReader> { class
6765 TypeLocReader(ASTRecordReader &Reader, LocSeq *Seq) in TypeLocReader() function in clang::TypeLocReader
6854 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 …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h377 friend class TypeLocReader; variable