Searched defs:recordDecl (Results 1 – 6 of 6) sorted by relevance
182 if (const auto *recordDecl = dyn_cast<CXXRecordDecl>(baseOrMember)) { in writeLValuePathSerializationHelper() local
199 if (auto *recordDecl = dyn_cast<CXXRecordDecl>(decl)) in readLValuePathSerializationHelper() local
181 const RecordDecl *recordDecl; member208 const RecordDecl *recordDecl, bool packed) in CIRRecordLowering()
94 std::string CIRGenTypes::getRecordTypeName(const clang::RecordDecl *recordDecl, in getRecordTypeName()
770 const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl; variable
3970 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator() local