Searched refs:ptrType (Results 1 – 2 of 2) sorted by relevance
3590 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local3596 type = ptrType->getPointeeType(); in classifyPointerDeclarator()6556 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local6557 const ObjCObjectType *objType = ptrType ? ptrType->getObjectType() in checkObjCKindOfType()6577 if (ptrType) { in checkObjCKindOfType()
4431 if (auto ptrType = E->getType()->getAs<PointerType>()) { in EmitCallee() local4433 functionType = ptrType->getPointeeType(); in EmitCallee()