Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6465 class TypeLocReader : public TypeLocVisitor<TypeLocReader> { class
6573 void TypeLocReader::VisitDependentSizedArrayTypeLoc( in VisitDependentSizedArrayTypeLoc()
6578 void TypeLocReader::VisitDependentAddressSpaceTypeLoc( in VisitDependentAddressSpaceTypeLoc()
6595 void TypeLocReader::VisitDependentVectorTypeLoc( in VisitDependentVectorTypeLoc()
6611 void TypeLocReader::VisitDependentSizedMatrixTypeLoc( in VisitDependentSizedMatrixTypeLoc()
6670 void TypeLocReader::VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()
6694 void TypeLocReader::VisitEnumTypeLoc(EnumTypeLoc TL) { in VisitEnumTypeLoc()
6706 void TypeLocReader::VisitSubstTemplateTypeParmTypeLoc( in VisitSubstTemplateTypeParmTypeLoc()
6803 void TypeLocReader::VisitPipeTypeLoc(PipeTypeLoc TL) { in VisitPipeTypeLoc()
6810 void TypeLocReader::VisitDependentExtIntTypeLoc( in VisitDependentExtIntTypeLoc()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h360 friend class TypeLocReader; variable