Home | History | Annotate | Download | only in Frontend

Lines Matching refs:TypePtr

2312   const Type* TypePtr = QT->getAs<Type>();
2313 if (!isa<TypeOfExprType>(TypePtr))
2315 while (isa<TypeOfExprType>(TypePtr)) {
2316 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);
2318 TypePtr = QT->getAs<Type>();
4861 const Type* TypePtr = QT->getAs<Type>();
4862 if (isa<TypeOfExprType>(TypePtr)) {
4863 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);