Searched refs:TypeOfExprTypePtr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2195 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); local
2196 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
3904 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); local
3905 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
H A DRewriteModernObjC.cpp2281 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); local
2282 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
4733 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); local
4734 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();

Completed in 216 milliseconds