Home
last modified time | relevance | path

Searched defs:ConstructKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1165 CXXConstructionKind ConstructKind, SourceRange ParenOrBraceRange) { in Create()
1188 bool ZeroInitialization, CXXConstructionKind ConstructKind, in CXXConstructExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp15921 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr() argument
15963 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr() argument
15986 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr() argument
H A DSemaInit.cpp7238 CXXConstructionKind ConstructKind = CXXConstructionKind::Complete; in PerformConstructorInitialization() local
H A DTreeTransform.h3513 bool RequiresZeroInit, CXXConstructionKind ConstructKind, in RebuildCXXConstructExpr()