Home | History | Annotate | Download | only in Frontend

Lines Matching refs:TypePtr

2323   const Type* TypePtr = QT->getAs<Type>();
2324 if (!isa<TypeOfExprType>(TypePtr))
2326 while (isa<TypeOfExprType>(TypePtr)) {
2327 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);
2329 TypePtr = QT->getAs<Type>();
4931 const Type* TypePtr = QT->getAs<Type>();
4932 if (isa<TypeOfExprType>(TypePtr)) {
4933 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr);