Home | History | Annotate | Download | only in Sema

Lines Matching refs:Argument

2128     // The argument for a dependent or non-block parameter is a placeholder 
2146 // The argument for a block pointer parameter is a block literal with
2238 // Format as a block literal argument.
2262 // When we see an optional default argument, put that argument and
2346 // Since putting the template argument list into the placeholder would
2358 // When we see an optional default argument, put that argument and
2677 // C++0x: Figure out if the template argument has a default. If so,
2678 // the user doesn't need to type this argument.
2701 // function call, so we introduce an explicit template argument list
2702 // containing all of the arguments up to the first deducible argument.
2834 // When we see an optional default argument, put that argument and
4880 MK_ZeroArgSelector, ///< Zero-argument (unary) selector.
4881 MK_OneArgSelector ///< One-argument selector.
5453 /// \brief Given a set of code-completion results for the argument of a message
5454 /// send, determine the preferred type (if any) for that argument expression.
5580 // If we're actually at the argument expression (rather than prior to the
5740 // If we're actually at the argument expression (rather than prior to the
7398 unsigned Argument) {