Searched refs:RecDecl (Results 1 – 3 of 3) sorted by relevance
201 const NamedDecl *findDecl(const RecordDecl &RecDecl, StringRef DeclName) { in findDecl() argument202 for (const Decl *D : RecDecl.decls()) { in findDecl()
1916 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex() local1917 if (RecDecl->getDeclContext() == Owner && !RecDecl->getIdentifier()) { in findUntaggedStructOrUnionIndex()
1057 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex() local1058 if (RecDecl->getDeclContext() == Owner && in findUntaggedStructOrUnionIndex()1059 !RecDecl->getIdentifier()) { in findUntaggedStructOrUnionIndex()