Home | History | Annotate | Download | only in AST

Lines Matching refs:Parent

311     /// Parent - The caller of this stack frame.
6626 const RecordDecl *Parent = FD->getParent();
6627 Invalid = Parent->isInvalidDecl();
6628 if (Invalid || Parent->isUnion())
6630 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(Parent);