Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1379 const CXXRecordDecl *NonVirtualBase = in HasTrivialDestructorBody() local
1381 if (!HasTrivialDestructorBody(Context, NonVirtualBase, in HasTrivialDestructorBody()
/freebsd-13.1/contrib/llvm-project/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()