Lines Matching refs:Underlying
1017 QualType RebuildUsingType(UsingShadowDecl *Found, QualType Underlying) { in RebuildUsingType() argument
1018 return SemaRef.Context.getUsingType(Found, Underlying); in RebuildUsingType()
1046 QualType RebuildTypeOfExprType(Expr *Underlying, SourceLocation Loc,
1052 QualType RebuildTypeOfType(QualType Underlying, TypeOfKind Kind);
1063 QualType RebuildDecltypeType(Expr *Underlying, SourceLocation Loc);
6500 QualType Underlying = getDerived().TransformType(T->desugar()); in TransformUsingType() local
6501 if (Underlying.isNull()) in TransformUsingType()
6506 Underlying != T->getUnderlyingType()) { in TransformUsingType()
6507 Result = getDerived().RebuildUsingType(Found, Underlying); in TransformUsingType()
16233 QualType TreeTransform<Derived>::RebuildTypeOfType(QualType Underlying, in RebuildTypeOfType() argument
16235 return SemaRef.Context.getTypeOfType(Underlying, Kind); in RebuildTypeOfType()