Home | History | Annotate | Download | only in AST

Lines Matching refs:UnderlyingType

3450   QualType UnderlyingType;
3453 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
3457 QualType getUnderlyingType() const { return UnderlyingType; }
3499 QualType UnderlyingType;
3508 QualType desugar() const { return UnderlyingType; }
3510 QualType getUnderlyingType() const { return UnderlyingType; }