Home | History | Annotate | Download | only in AST

Lines Matching refs:toe

3420   TypeOfExprType *toe;
3431 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr,
3438 toe = Canon;
3442 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Canonical);
3444 Types.push_back(toe);
3445 return QualType(toe, 0);