Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1173 CXXConstructionKind ConstructKind, SourceRange ParenOrBraceRange) { in Create() argument
1180 ZeroInitialization, ConstructKind, ParenOrBraceRange); in Create()
1196 bool ZeroInitialization, CXXConstructionKind ConstructKind, in CXXConstructExpr() argument
1205 CXXConstructExprBits.ConstructionKind = llvm::to_underlying(ConstructKind); in CXXConstructExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7522 CXXConstructionKind ConstructKind = CXXConstructionKind::Complete; in PerformConstructorInitialization() local
7525 ConstructKind = Entity.getBaseSpecifier()->isVirtual() in PerformConstructorInitialization()
7529 ConstructKind = CXXConstructionKind::Delegating; in PerformConstructorInitialization()
7551 ConstructKind, in PerformConstructorInitialization()
7562 ConstructKind, in PerformConstructorInitialization()
H A DSemaDeclCXX.cpp16210 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr() argument
16223 if (ConstructKind == CXXConstructionKind::Complete && Constructor && in BuildCXXConstructExpr()
16244 ConstructKind, ParenRange); in BuildCXXConstructExpr()
16252 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr() argument
16265 RequiresZeroInit, ConstructKind, ParenRange); in BuildCXXConstructExpr()
16275 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr() argument
16289 static_cast<CXXConstructionKind>(ConstructKind), ParenRange), in BuildCXXConstructExpr()
H A DTreeTransform.h3560 bool RequiresZeroInit, CXXConstructionKind ConstructKind, in RebuildCXXConstructExpr() argument
3579 RequiresZeroInit, ConstructKind, in RebuildCXXConstructExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1586 bool ZeroInitialization, CXXConstructionKind ConstructKind,
1605 CXXConstructionKind ConstructKind, SourceRange ParenOrBraceRange);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5376 CXXConstructionKind ConstructKind, SourceRange ParenRange);
5385 CXXConstructionKind ConstructKind, SourceRange ParenRange);
5394 CXXConstructionKind ConstructKind, SourceRange ParenRange);