Home | History | Annotate | Download | only in Sema

Lines Matching defs:Underlying

3493   QualType underlying() const { return QT; }
3501 // Otherwise, check the underlying type without cv-qualifiers.
3520 return DenseMapInfo<QualType>::getHashValue(Base.underlying());
3615 // underlying declaration type in order to get at the underlying record
3617 QualType Underlying = HandlerCHT.underlying();
3618 if (auto *RD = Underlying->getAsCXXRecordDecl()) {