Home
last modified time | relevance | path

Searched refs:PtrArgType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp1255 const QualType PtrArgType = PtrArg->getType(); in CheckBuiltinFunctionCall() local
1256 if (!PtrArgType->isPointerType() || in CheckBuiltinFunctionCall()
1257 !PtrArgType->getPointeeType()->isRecordType()) { in CheckBuiltinFunctionCall()
1259 << PtrArgType << "structure pointer" << 1 << 0 << 3 << 1 << PtrArgType in CheckBuiltinFunctionCall()