Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6432 class TypeLocReader : public TypeLocVisitor<TypeLocReader> { class
6455 TypeLocReader(ModuleFile &F, ASTReader &Reader, in TypeLocReader() function in clang::TypeLocReader
6541 void TypeLocReader::VisitDependentSizedArrayTypeLoc( in VisitDependentSizedArrayTypeLoc()
6546 void TypeLocReader::VisitDependentAddressSpaceTypeLoc( in VisitDependentAddressSpaceTypeLoc()
6566 void TypeLocReader::VisitDependentVectorTypeLoc( in VisitDependentVectorTypeLoc()
6627 void TypeLocReader::VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()
6640 void TypeLocReader::VisitEnumTypeLoc(EnumTypeLoc TL) { in VisitEnumTypeLoc()
6652 void TypeLocReader::VisitSubstTemplateTypeParmTypeLoc( in VisitSubstTemplateTypeParmTypeLoc()
6662 void TypeLocReader::VisitTemplateSpecializationTypeLoc( in VisitTemplateSpecializationTypeLoc()
6749 void TypeLocReader::VisitPipeTypeLoc(PipeTypeLoc TL) { in VisitPipeTypeLoc()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h374 friend class TypeLocReader; variable