Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp1764 const QualType PtrArgType = PtrArg->getType(); in CheckBuiltinFunctionCall() local
1765 if (!PtrArgType->isPointerType() || in CheckBuiltinFunctionCall()
1766 !PtrArgType->getPointeeType()->isRecordType()) { in CheckBuiltinFunctionCall()
1768 << PtrArgType << "structure pointer" << 1 << 0 << 3 << 1 << PtrArgType in CheckBuiltinFunctionCall()