Searched refs:recordDecl (Results 1 – 9 of 9) sorted by relevance
183 if (const auto *recordDecl = dyn_cast<CXXRecordDecl>(baseOrMember)) { in writeLValuePathSerializationHelper() local184 asImpl().writeDeclRef(recordDecl); in writeLValuePathSerializationHelper()185 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
200 if (auto *recordDecl = dyn_cast<CXXRecordDecl>(decl)) in readLValuePathSerializationHelper() local201 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()
533 REGISTER_MATCHER(recordDecl); in RegistryMaps()
101 return recordDecl( in inPlaceClass()
745 const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl; variable
432 extern const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl;
4285 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator() local4289 S.isCFError(recordDecl)) { in classifyPointerDeclarator()