Home | History | Annotate | Download | only in Sema

Lines Matching defs:construct

3535     // Construct the entity that we will be initializing. For an array, this
6005 // classes, since we are not going to construct them.
9811 // directly construct UnaryOperators here because semantic analysis
9999 // Construct a loop over the array bounds, e.g.,
10064 // Construct the loop that copies all elements of this array.
10348 // Construct the "from" expression, which is an implicit cast to the
10780 // Construct the "from" expression, which is an implicit cast to the
11308 // we construct their body's in this function, so no need to add them
11331 // Construct the body of the conversion function { return __invoke; }.
12292 CXXConstructExpr *construct = result.getAs<CXXConstructExpr>();
12293 if (!construct->getConstructor()->isTrivial()) {
12294 Expr *init = MaybeCreateExprWithCleanups(construct);