Home | History | Annotate | Download | only in AST

Lines Matching refs:DecltypeType

1082     return getTypeInfo(cast<DecltypeType>(T)->getUnderlyingExpr()->getType()
2932 /// DecltypeType AST's. The only motivation to unique these nodes would be
2937 DecltypeType *dt;
2953 dt = new (*this, TypeAlignment) DecltypeType(e, DependentTy,
2954 QualType((DecltypeType*)Canon, 0));
2962 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType,