Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp642 QualType PtrArgType = PtrArgResult.get()->getType(); in SemaBuiltinDumpStruct() local
643 if (!PtrArgType->isPointerType() || in SemaBuiltinDumpStruct()
644 !PtrArgType->getPointeeType()->isRecordType()) { in SemaBuiltinDumpStruct()
647 << 1 << TheCall->getDirectCallee() << PtrArgType; in SemaBuiltinDumpStruct()
650 const RecordDecl *RD = PtrArgType->getPointeeType()->getAsRecordDecl(); in SemaBuiltinDumpStruct()