Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp1373 const CXXRecordDecl *NonVirtualBase = in HasTrivialDestructorBody() local
1375 if (!HasTrivialDestructorBody(Context, NonVirtualBase, in HasTrivialDestructorBody()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp628 if (const CXXRecordDecl *NonVirtualBase = Ty->getAsCXXRecordDecl()) { in getCommentForDecl() local
629 if (!(NonVirtualBase= NonVirtualBase->getDefinition())) in getCommentForDecl()
632 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()