Searched refs:ConstructKind (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1039 ConstructionKind ConstructKind, SourceRange ParenOrBraceRange) { in Create() argument 1046 ZeroInitialization, ConstructKind, ParenOrBraceRange); in Create() 1062 bool ZeroInitialization, ConstructionKind ConstructKind, in CXXConstructExpr() argument 1071 CXXConstructExprBits.ConstructionKind = ConstructKind; in CXXConstructExpr()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 6627 CXXConstructExpr::ConstructionKind ConstructKind = in PerformConstructorInitialization() local 6631 ConstructKind = Entity.getBaseSpecifier()->isVirtual() ? in PerformConstructorInitialization() 6635 ConstructKind = CXXConstructExpr::CK_Delegating; in PerformConstructorInitialization() 6657 ConstructKind, in PerformConstructorInitialization() 6668 ConstructKind, in PerformConstructorInitialization()
|
| H A D | SemaDeclCXX.cpp | 15449 unsigned ConstructKind, in BuildCXXConstructExpr() argument 15463 if (ConstructKind == CXXConstructExpr::CK_Complete && Constructor && in BuildCXXConstructExpr() 15484 ConstructKind, ParenRange); in BuildCXXConstructExpr() 15497 unsigned ConstructKind, in BuildCXXConstructExpr() argument 15508 RequiresZeroInit, ConstructKind, ParenRange); in BuildCXXConstructExpr() 15522 unsigned ConstructKind, in BuildCXXConstructExpr() argument 15540 static_cast<CXXConstructExpr::ConstructionKind>(ConstructKind), in BuildCXXConstructExpr()
|
| H A D | TreeTransform.h | 3286 CXXConstructExpr::ConstructionKind ConstructKind, in RebuildCXXConstructExpr() argument 3305 RequiresZeroInit, ConstructKind, in RebuildCXXConstructExpr()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1507 bool ZeroInitialization, ConstructionKind ConstructKind, 1526 ConstructionKind ConstructKind, SourceRange ParenOrBraceRange);
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 6078 bool RequiresZeroInit, unsigned ConstructKind, 6089 bool RequiresZeroInit, unsigned ConstructKind, 6101 unsigned ConstructKind, SourceRange ParenRange);
|