Home
last modified time | relevance | path

Searched refs:NonVirtualBase (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGClass.cpp1442 const CXXRecordDecl *NonVirtualBase = in HasTrivialDestructorBody() local
1444 if (!HasTrivialDestructorBody(Context, NonVirtualBase, in HasTrivialDestructorBody()
/external/clang/lib/AST/
DASTContext.cpp510 if (const CXXRecordDecl *NonVirtualBase = Ty->getAsCXXRecordDecl()) { in getCommentForDecl() local
511 if (!(NonVirtualBase= NonVirtualBase->getDefinition())) in getCommentForDecl()
514 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()