Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp278 case CXXConstructExpr::CK_NonVirtualBase: in checkPreCall()
374 case CXXConstructExpr::CK_NonVirtualBase: in checkPostCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp478 case CXXConstructExpr::CK_NonVirtualBase: in HandleVirtualBaseBranch()
H A DExprEngineCXX.cpp522 case CXXConstructExpr::CK_NonVirtualBase: in handleConstructor()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp600 case CXXConstructExpr::CK_NonVirtualBase: in EmitCXXConstructExpr()
650 case CXXConstructExpr::CK_NonVirtualBase: in EmitCXXConstructExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1466 CK_NonVirtualBase, enumerator
1693 : CXXConstructExpr::CK_NonVirtualBase; in getConstructionKind()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1371 case CXXConstructExpr::CK_NonVirtualBase: in VisitCXXConstructExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp6574 CXXConstructExpr::CK_NonVirtualBase; in PerformConstructorInitialization()