Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp278 case CXXConstructExpr::CK_NonVirtualBase: in checkPreCall()
374 case CXXConstructExpr::CK_NonVirtualBase: in checkPostCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp477 case CXXConstructExpr::CK_NonVirtualBase: in HandleVirtualBaseBranch()
H A DExprEngineCXX.cpp522 case CXXConstructExpr::CK_NonVirtualBase: in handleConstructor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp600 case CXXConstructExpr::CK_NonVirtualBase: in EmitCXXConstructExpr()
647 case CXXConstructExpr::CK_NonVirtualBase: in EmitCXXConstructExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1466 CK_NonVirtualBase, enumerator
1693 : CXXConstructExpr::CK_NonVirtualBase; in getConstructionKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1326 case CXXConstructExpr::CK_NonVirtualBase: in VisitCXXConstructExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp6572 CXXConstructExpr::CK_NonVirtualBase; in PerformConstructorInitialization()