Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp275 case CXXConstructExpr::CK_NonVirtualBase: in checkPreCall()
371 case CXXConstructExpr::CK_NonVirtualBase: in checkPostCall()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp507 case CXXConstructExpr::CK_NonVirtualBase: in HandleVirtualBaseBranch()
H A DExprEngineCXX.cpp625 case CXXConstructExpr::CK_NonVirtualBase: in handleConstructor()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp601 case CXXConstructExpr::CK_NonVirtualBase: in EmitCXXConstructExpr()
651 case CXXConstructExpr::CK_NonVirtualBase: in EmitCXXConstructExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h1466 CK_NonVirtualBase, enumerator
1693 : CXXConstructExpr::CK_NonVirtualBase; in getConstructionKind()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1378 case CXXConstructExpr::CK_NonVirtualBase: in VisitCXXConstructExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp6633 CXXConstructExpr::CK_NonVirtualBase; in PerformConstructorInitialization()