Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprCXX.cpp1165 CXXConstructionKind ConstructKind, SourceRange ParenOrBraceRange) { in Create()
1188 bool ZeroInitialization, CXXConstructionKind ConstructKind, in CXXConstructExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp15921 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr()
15963 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr()
15986 CXXConstructionKind ConstructKind, SourceRange ParenRange) { in BuildCXXConstructExpr()
HDSemaInit.cpp7238 CXXConstructionKind ConstructKind = CXXConstructionKind::Complete; in PerformConstructorInitialization() local
HDTreeTransform.h3513 bool RequiresZeroInit, CXXConstructionKind ConstructKind, in RebuildCXXConstructExpr()