Home | History | Annotate | Download | only in Sema

Lines Matching refs:Inner

772   /// By default, builds a new ParenType type from the inner type.
4889 QualType Inner = getDerived().TransformType(TLB, TL.getInnerLoc());
4890 if (Inner.isNull())
4895 Inner != TL.getInnerLoc().getType()) {
4896 Result = getDerived().RebuildParenType(Inner);