Searched refs:PtrArgType (Results 1 – 1 of 1) sorted by relevance
1758 const QualType PtrArgType = PtrArg->getType(); in CheckBuiltinFunctionCall() local1759 if (!PtrArgType->isPointerType() || in CheckBuiltinFunctionCall()1760 !PtrArgType->getPointeeType()->isRecordType()) { in CheckBuiltinFunctionCall()1762 << PtrArgType << "structure pointer" << 1 << 0 << 3 << 1 << PtrArgType in CheckBuiltinFunctionCall()