Home | History | Annotate | Download | only in AST

Lines Matching defs:MemberDecl

170     const CXXRecordDecl *MemberDecl = RT->getAsCXXRecordDecl();
171 const ASTRecordLayout &Layout = Context.getASTRecordLayout(MemberDecl);
172 if (MemberDecl->isEmpty()) {