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

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp2225 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); local
2226 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
3998 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); local
3999 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
H A DRewriteModernObjC.cpp2149 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); local
2150 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
4454 const TypeOfExprType *TypeOfExprTypePtr = cast<TypeOfExprType>(TypePtr); local
4455 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();

Completed in 78 milliseconds