Home
last modified time | relevance | path

Searched refs:ConstructKind (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1115 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 DSemaInit.cpp7089 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 DSemaDeclCXX.cpp16039 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 DTreeTransform.h3462 bool RequiresZeroInit, CXXConstructionKind ConstructKind, in RebuildCXXConstructExpr() argument
3481 RequiresZeroInit, ConstructKind, in RebuildCXXConstructExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1568 bool ZeroInitialization, CXXConstructionKind ConstructKind,
1587 CXXConstructionKind ConstructKind, SourceRange ParenOrBraceRange);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6382 CXXConstructionKind ConstructKind, SourceRange ParenRange);
6391 CXXConstructionKind ConstructKind, SourceRange ParenRange);
6400 CXXConstructionKind ConstructKind, SourceRange ParenRange);