• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/

Lines Matching defs:arguments

78 /// any of the arguments are type-dependent. In this case, the
180 /// arguments are the arguments within the parentheses (not including
1206 /// explicitly supply arguments for all of the parameters.
1443 /// The number of arguments.
1446 // We would like to stash the arguments of the constructor call after
1457 // * An array of getNumArgs() "Stmt *" for the arguments of the
1460 /// Return a pointer to the start of the trailing arguments.
1558 arg_range arguments() { return arg_range(arg_begin(), arg_end()); }
1559 const_arg_range arguments() const {
1573 /// Return the number of arguments to the constructor call.
1614 /// inheriting constructor. This call implicitly forwards the arguments from
1665 /// does that), and so we don't need to pass any arguments.
1743 /// (C++[expr.type.conv]) with N != 1 arguments that invokes a
1744 /// constructor to build a temporary object. With N == 1 arguments the
1929 /// arguments.
1933 /// arguments.
2125 // arguments, if any.
2628 // Note: The TypeSourceInfos for the arguments are allocated after the
2667 /// Determine the number of arguments to this type trait.
2863 /// Return the optional template keyword and arguments info.
2871 /// Return the optional template arguments. Defined after
2984 /// Determines whether this expression had explicit template arguments.
3004 /// Copies the template arguments into the given structure.
3049 // template keyword and arguments. Present if and only if
3053 // location information for the explicitly specified template arguments.
3232 /// Determines whether this lookup had explicit template arguments.
3235 /// Copies the template arguments (if present) into the given
3362 /// notion but could not be resolved because one or more arguments are
3438 /// Retrieve the number of arguments.
3446 arg_range arguments() { return arg_range(arg_begin(), arg_end()); }
3453 const_arg_range arguments() const {
3535 // template keyword and arguments. Present if and only if
3539 // information for the explicitly specified template arguments.
3686 /// Copies the template arguments (if present) into the given
3694 /// Retrieve the template arguments provided as part of this
3703 /// Retrieve the number of template arguments provided as part of this
3792 // template keyword and arguments. Present if and only if
3796 // location information for the explicitly specified template arguments.
4003 /// or more function arguments to the function object \c f.
4254 /// arguments), this type will be replaced with the appropriate underlying
4263 /// A pointer to the set of template arguments that this
4267 /// The number of template arguments in \c Arguments.
4290 /// template arguments.