Searched refs:ConstructKind (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1115 CXXConstructionKind ConstructKind, SourceRange ParenOrBraceRange) { in Create() argument 1122 ZeroInitialization, ConstructKind, ParenOrBraceRange); in Create() 1138 bool ZeroInitialization, CXXConstructionKind ConstructKind, in CXXConstructExpr() argument 1147 CXXConstructExprBits.ConstructionKind = llvm::to_underlying(ConstructKind); in CXXConstructExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 7089 CXXConstructionKind ConstructKind = CXXConstructionKind::Complete; in PerformConstructorInitialization() local 7092 ConstructKind = Entity.getBaseSpecifier()->isVirtual() in PerformConstructorInitialization() 7096 ConstructKind = CXXConstructionKind::Delegating; in PerformConstructorInitialization() 7118 ConstructKind, in PerformConstructorInitialization() 7129 ConstructKind, in PerformConstructorInitialization()
|
| H A D | SemaDeclCXX.cpp | 16039 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr() argument 16052 if (ConstructKind == CXXConstructionKind::Complete && Constructor && in BuildCXXConstructExpr() 16073 ConstructKind, ParenRange); in BuildCXXConstructExpr() 16081 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr() argument 16094 RequiresZeroInit, ConstructKind, ParenRange); in BuildCXXConstructExpr() 16104 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr() argument 16118 static_cast<CXXConstructionKind>(ConstructKind), ParenRange), in BuildCXXConstructExpr()
|
| H A D | TreeTransform.h | 3462 bool RequiresZeroInit, CXXConstructionKind ConstructKind, in RebuildCXXConstructExpr() argument 3481 RequiresZeroInit, ConstructKind, in RebuildCXXConstructExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1568 bool ZeroInitialization, CXXConstructionKind ConstructKind, 1587 CXXConstructionKind ConstructKind, SourceRange ParenOrBraceRange);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6382 CXXConstructionKind ConstructKind, SourceRange ParenRange); 6391 CXXConstructionKind ConstructKind, SourceRange ParenRange); 6400 CXXConstructionKind ConstructKind, SourceRange ParenRange);
|