Home
last modified time | relevance | path

Searched refs:CK_VirtualBase (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp279 case CXXConstructExpr::CK_VirtualBase: in checkPreCall()
375 case CXXConstructExpr::CK_VirtualBase: in checkPostCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp508 case CXXConstructExpr::CK_VirtualBase: { in handleConstructor()
551 bool IsVirtual = (CK == CXXConstructExpr::CK_VirtualBase); in handleConstructor()
H A DCoreEngine.cpp479 case CXXConstructExpr::CK_VirtualBase: { in HandleVirtualBaseBranch()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp599 case CXXConstructExpr::CK_VirtualBase: in EmitCXXConstructExpr()
646 case CXXConstructExpr::CK_VirtualBase: in EmitCXXConstructExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1467 CK_VirtualBase, enumerator
1692 return ConstructsVirtualBase ? CXXConstructExpr::CK_VirtualBase in getConstructionKind()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1374 case CXXConstructExpr::CK_VirtualBase: in VisitCXXConstructExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp6573 CXXConstructExpr::CK_VirtualBase : in PerformConstructorInitialization()