Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp168 case CXXConstructExpr::CK_NonVirtualBase: in checkPreCall()
255 case CXXConstructExpr::CK_NonVirtualBase: in checkPostCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp433 case CXXConstructExpr::CK_NonVirtualBase: in VisitCXXConstructExpr()
445 case CXXConstructExpr::CK_NonVirtualBase: in VisitCXXConstructExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp587 case CXXConstructExpr::CK_NonVirtualBase: in EmitCXXConstructExpr()
634 case CXXConstructExpr::CK_NonVirtualBase: in EmitCXXConstructExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1268 CK_NonVirtualBase, enumerator
1490 : CXXConstructExpr::CK_NonVirtualBase; in getConstructionKind()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp6226 CXXConstructExpr::CK_NonVirtualBase; in PerformConstructorInitialization()