Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp1382 const CXXRecordDecl *NonVirtualBase = in HasTrivialDestructorBody() local
1384 if (!HasTrivialDestructorBody(Context, NonVirtualBase, in HasTrivialDestructorBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp620 if (const CXXRecordDecl *NonVirtualBase = Ty->getAsCXXRecordDecl()) { in getCommentForDecl() local
621 if (!(NonVirtualBase= NonVirtualBase->getDefinition())) in getCommentForDecl()
624 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()