Home | History | Annotate | Download | only in Sema

Lines Matching refs:getUnderlyingType

2289     QualType T = TD->getUnderlyingType();
2318 QualType T = TD->getUnderlyingType();
2940 if (TD && TD->getUnderlyingType()->isUnionType())
2941 RD = TD->getUnderlyingType()->getAsUnionType()->getDecl();
3035 T = TD->getUnderlyingType();
3100 if (!TND->getUnderlyingType()->isDependentType()) {
3392 OldTy = TD->getUnderlyingType();
4210 QualType T = TD->getUnderlyingType();
4623 if (TD && (TD->getUnderlyingType()->isFunctionPointerType() ||
4624 TD->getUnderlyingType()->isFunctionType()))