Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDynamicTypePropagation.cpp275 case CXXConstructionKind::NonVirtualBase: in checkPreCall()
371 case CXXConstructionKind::NonVirtualBase: in checkPostCall()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCoreEngine.cpp494 case CXXConstructionKind::NonVirtualBase: in HandleVirtualBaseBranch()
HDExprEngineCXX.cpp683 case CXXConstructionKind::NonVirtualBase: in handleConstructor()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprCXX.cpp611 case CXXConstructionKind::NonVirtualBase: in EmitCXXConstructExpr()
661 case CXXConstructionKind::NonVirtualBase: in EmitCXXConstructExpr()
HDCGClass.cpp1373 const CXXRecordDecl *NonVirtualBase = in HasTrivialDestructorBody() local
1375 if (!HasTrivialDestructorBody(Context, NonVirtualBase, in HasTrivialDestructorBody()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h1540 NonVirtualBase, enumerator
1781 : CXXConstructionKind::NonVirtualBase; in getConstructionKind()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1518 case CXXConstructionKind::NonVirtualBase: in VisitCXXConstructExpr()
HDASTContext.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-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaInit.cpp7243 : CXXConstructionKind::NonVirtualBase; in PerformConstructorInitialization()