Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6744 class TypeLocReader : public TypeLocVisitor<TypeLocReader> { class
6766 TypeLocReader(ASTRecordReader &Reader, LocSeq *Seq) in TypeLocReader() function in clang::TypeLocReader
6783 void TypeLocReader::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
6787 void TypeLocReader::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
6797 void TypeLocReader::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
6801 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
6805 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
6809 void TypeLocReader::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
6813 void TypeLocReader::VisitArrayParameterTypeLoc(ArrayParameterTypeLoc TL) { in VisitArrayParameterTypeLoc()
6817 void TypeLocReader::VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) { in VisitMacroQualifiedTypeLoc()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h377 friend class TypeLocReader; variable