Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp1442 const CXXRecordDecl *NonVirtualBase = in HasTrivialDestructorBody() local
1444 if (!HasTrivialDestructorBody(Context, NonVirtualBase, in HasTrivialDestructorBody()
/external/llvm-project/clang/lib/CodeGen/
DCGClass.cpp1382 const CXXRecordDecl *NonVirtualBase = in HasTrivialDestructorBody() local
1384 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()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp619 if (const CXXRecordDecl *NonVirtualBase = Ty->getAsCXXRecordDecl()) { in getCommentForDecl() local
620 if (!(NonVirtualBase= NonVirtualBase->getDefinition())) in getCommentForDecl()
623 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()