Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp494 case CXXConstructionKind::NonVirtualBase: in HandleVirtualBaseBranch()
H A DExprEngineCXX.cpp683 case CXXConstructionKind::NonVirtualBase: in handleConstructor()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp611 case CXXConstructionKind::NonVirtualBase: in EmitCXXConstructExpr()
661 case CXXConstructionKind::NonVirtualBase: in EmitCXXConstructExpr()
H A DCGClass.cpp1373 const CXXRecordDecl *NonVirtualBase = in HasTrivialDestructorBody() local
1375 if (!HasTrivialDestructorBody(Context, NonVirtualBase, in HasTrivialDestructorBody()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1540 NonVirtualBase, enumerator
1781 : CXXConstructionKind::NonVirtualBase; in getConstructionKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1518 case CXXConstructionKind::NonVirtualBase: in VisitCXXConstructExpr()
H A DASTContext.cpp649 if (const CXXRecordDecl *NonVirtualBase = Ty->getAsCXXRecordDecl()) { in getCommentForDecl() local
650 if (!(NonVirtualBase= NonVirtualBase->getDefinition())) in getCommentForDecl()
653 if (comments::FullComment *FC = getCommentForDecl((NonVirtualBase), PP)) in getCommentForDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7243 : CXXConstructionKind::NonVirtualBase; in PerformConstructorInitialization()