Searched refs:recordDecl (Results 1 – 8 of 8) 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()
30 in the AST of a translation unit, you can call `recordDecl()34 call ``recordDecl(hasName("Foo"))`` returns a matcher that matches classes or39 "``Bar``": ``recordDecl(hasName("Foo"), isDerivedFrom("Bar"))``.81 are bindable; for example, ``recordDecl(hasName("MyClass")).bind("id")`` will82 bind the matched ``recordDecl`` node to the string "``id``", to be later
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;
4104 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator() local4108 S.isCFError(recordDecl)) { in classifyPointerDeclarator()