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

/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp183 QualType PQTy = ME->getBase()->IgnoreParenImpCasts()->getType(); local
184 if (const PointerType * PTy = dyn_cast<PointerType>(PQTy)) {
H A DCGExprScalar.cpp816 QualType PQTy = E->getBase()->IgnoreParenImpCasts()->getType(); local
817 if (const PointerType * PTy = dyn_cast<PointerType>(PQTy))

Completed in 659 milliseconds