Searched refs:recordDecl (Results 1 – 7 of 7) sorted by relevance
186 if (const auto *recordDecl = dyn_cast<CXXRecordDecl>(baseOrMember)) { in writeLValuePathSerializationHelper() local187 asImpl().writeDeclRef(recordDecl); in writeLValuePathSerializationHelper()188 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
199 if (auto *recordDecl = dyn_cast<CXXRecordDecl>(decl)) in readLValuePathSerializationHelper() local200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
69 recordDecl(hasName("std::unordered_set") in matchUnorderedIterWithPointers()
510 REGISTER_MATCHER(recordDecl); in RegistryMaps()
744 const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl; variable
429 extern const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl;
4137 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator() local4141 S.isCFError(recordDecl)) { in classifyPointerDeclarator()