Lines Matching refs:Function
44 /// \brief The entity being initialized is a function parameter.
46 /// \brief The entity being initialized is the result of a function call.
131 /// function, throwing an object, performing an explicit cast, or
185 /// \brief Create the initialization entity for the result of a function.
300 /// the result of a function call.
501 /// \brief Resolve the address of an overloaded function to a specific
502 /// function declaration.
519 /// function or via a constructor.
566 /// SK_UserConversion, the function that the expression should be
567 /// resolved to or the conversion function to call, respectively.
577 FunctionDecl *Function;
579 } Function;
610 /// \brief Cannot resolve the address of an overloaded function.
755 /// If this function returns true, *isInitializerConstant will be set to
764 /// of an overloaded function to a specific function declaration.
766 /// \param Function the function to which the overloaded function reference
768 void AddAddressOverloadResolutionStep(FunctionDecl *Function,
803 /// \brief Add a new step invoking a conversion function, which is either
804 /// a constructor or a conversion function.
805 void AddUserConversionStep(FunctionDecl *Function,