Home | History | Annotate | Download | only in AST

Lines Matching refs:NonVirtualBase

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