Home | History | Annotate | Download | only in Sema

Lines Matching refs:Function

1184 /// Produce a note indicating which begin/end function was implicitly called
1212 /// will be invoked. Otherwise, the function will be found via argument
1605 /// a return statement, this is the return type of the function. If we're
1609 /// \param E The expression being returned from the function or block, or
1612 /// \param AllowFunctionParameter Whether we allow function parameters to
1615 /// a return or throw (which does allow function parameters).
1623 // - in a return statement in a function with ...
1628 // ... the same cv-unqualified type as the function return type ...
1634 // (other than a function or catch-clause parameter)) ...
1666 // be met save for the fact that the source object is a function
1695 = cast<CXXConstructorDecl>(Step->Function.Function);
1789 // function return.
1852 } else // If we don't have a function/method context, bail.
1910 // we have a non-void function with an expression, continue checking
1914 // function return.