Lines Matching defs:Build

871   // Build the BindingDecls.
874 // Build the BindingDecls.
941 // Build the variable that holds the non-decomposed object.
1085 // Build the template-id.
3065 // Build a base path if necessary.
3084 // Build up a textual representation of the ambiguous paths, e.g.,
4895 // Build a reference to this field within the parameter.
5454 // Build the list of bases and members in the order that they'll
7511 // Build an exception specification pointing back at this member.
8317 /// Build a suitable function body for this defaulted comparison operator.
8405 // Build the final return statement.
8496 // Build 'size_t i$n = 0'.
8520 // Build 'i$n != Size'.
8526 // Build '++i$n'.
8530 // Build 'a[i$n]' and 'b[i$n]'.
8558 // Build 'for (...) ...'
8654 /// Build "static_cast<R>(E)".
9053 // Build and set up the function body.
11827 // Build each of the require values and store them in Info.
12796 auto Build = [&](bool Invalid) {
12806 auto BuildInvalid = [&]{ return Build(true); };
12807 auto BuildValid = [&]{ return Build(false); };
13804 // Build an exception specification pointing back at this constructor.
13989 // Build an unevaluated exception specification for this fake constructor.
13997 // Build the parameter declarations.
14071 // Build explicit initializers for all base classes from which the
14615 // Build the call to the assignment operator.
14691 // Build the copy/move for an individual element of the array.
14988 // Build the copy.
15044 // Build references to the field in the object we're copying from and to.
15053 // Build the copy of this field.
15373 // Build the move.
15429 // Build references to the field in the object we're copying from and to.
15443 // Build the move of this field.