Home | History | Annotate | Download | only in AST

Lines Matching refs:toe

3559   TypeOfExprType *toe;
3570 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr,
3577 toe = Canon;
3581 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Canonical);
3583 Types.push_back(toe);
3584 return QualType(toe, 0);