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.cpp1165 CXXConstructionKind ConstructKind, SourceRange ParenOrBraceRange) { in Create() argument
1172 ZeroInitialization, ConstructKind, ParenOrBraceRange); in Create()
1188 bool ZeroInitialization, CXXConstructionKind ConstructKind, in CXXConstructExpr() argument
1197 CXXConstructExprBits.ConstructionKind = llvm::to_underlying(ConstructKind); in CXXConstructExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7238 CXXConstructionKind ConstructKind = CXXConstructionKind::Complete; in PerformConstructorInitialization() local
7241 ConstructKind = Entity.getBaseSpecifier()->isVirtual() in PerformConstructorInitialization()
7245 ConstructKind = CXXConstructionKind::Delegating; in PerformConstructorInitialization()
7267 ConstructKind, in PerformConstructorInitialization()
7278 ConstructKind, in PerformConstructorInitialization()
H A DSemaDeclCXX.cpp15921 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr() argument
15934 if (ConstructKind == CXXConstructionKind::Complete && Constructor && in BuildCXXConstructExpr()
15955 ConstructKind, ParenRange); in BuildCXXConstructExpr()
15963 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr() argument
15976 RequiresZeroInit, ConstructKind, ParenRange); in BuildCXXConstructExpr()
15986 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr() argument
16000 static_cast<CXXConstructionKind>(ConstructKind), ParenRange), in BuildCXXConstructExpr()
H A DTreeTransform.h3513 bool RequiresZeroInit, CXXConstructionKind ConstructKind, in RebuildCXXConstructExpr() argument
3532 RequiresZeroInit, ConstructKind, in RebuildCXXConstructExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1584 bool ZeroInitialization, CXXConstructionKind ConstructKind,
1603 CXXConstructionKind ConstructKind, SourceRange ParenOrBraceRange);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4961 CXXConstructionKind ConstructKind, SourceRange ParenRange);
4970 CXXConstructionKind ConstructKind, SourceRange ParenRange);
4979 CXXConstructionKind ConstructKind, SourceRange ParenRange);