Home | History | Annotate | Download | only in AST

Lines Matching refs:toe

2890   TypeOfExprType *toe;
2901 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr,
2908 toe = Canon;
2912 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Canonical);
2914 Types.push_back(toe);
2915 return QualType(toe, 0);