Home | History | Annotate | Download | only in Frontend

Lines Matching refs:TypePtr

2197   const Type* TypePtr = QT->getAs<Type>();
2198 if (!isa<TypeOfExprType>(TypePtr))
2200 while (isa<TypeOfExprType>(TypePtr)) {
2201 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);
2203 TypePtr = QT->getAs<Type>();
3945 const Type* TypePtr = QT->getAs<Type>();
3946 if (isa<TypeOfExprType>(TypePtr)) {
3947 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);