Home | History | Annotate | Download | only in AST

Lines Matching refs:NonVirtualBase

509         if (const CXXRecordDecl *NonVirtualBase = Ty->getAsCXXRecordDecl()) {
510 if (!(NonVirtualBase= NonVirtualBase->getDefinition()))
513 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP))