Home | History | Annotate | Download | only in Sema

Lines Matching refs:Perform

131     /// initialization in a copy or move constructor. These can perform array
698 /// \brief Perform a derived-to-base cast, producing an rvalue.
700 /// \brief Perform a derived-to-base cast, producing an xvalue.
702 /// \brief Perform a derived-to-base cast, producing an lvalue.
715 /// \brief Perform a user-defined conversion, either via a conversion
718 /// \brief Perform a qualification conversion, producing an rvalue.
720 /// \brief Perform a qualification conversion, producing an xvalue.
722 /// \brief Perform a qualification conversion, producing an lvalue.
724 /// \brief Perform a conversion adding _Atomic to a type.
726 /// \brief Perform a load from a glvalue, producing an rvalue.
728 /// \brief Perform an implicit conversion sequence.
730 /// \brief Perform an implicit conversion sequence without narrowing.
732 /// \brief Perform list-initialization without a constructor.
738 /// \brief Perform initialization via a constructor.
740 /// \brief Perform initialization via a constructor, taking arguments from
771 /// \brief Perform initialization via a constructor taking a single
944 /// \brief Try to perform initialization of the given entity, creating a
945 /// record of the steps required to perform the initialization.
975 /// \brief Perform the actual initialization of the given entity based on
996 ExprResult Perform(Sema &S,