Home | History | Annotate | Download | only in Sema

Lines Matching refs:Transformed

115   /// \brief The set of local declarations that have been transformed, for
150 /// \brief Returns the location of the entity being transformed, if that
158 /// \brief Returns the name of the entity being transformed, if that
195 /// transformed.
290 /// \returns the transformed type.
317 /// \returns the transformed statement.
327 /// \returns the transformed OpenMP clause.
337 /// \returns the transformed attribute
345 /// \returns the transformed attribute.
358 /// \returns the transformed expression.
367 /// \returns the transformed initializer.
378 /// \param Inputs The set of expressions to be transformed.
386 /// \param Outputs The transformed input expressions will be added to this
419 /// \brief Note that a local declaration has been transformed by this
422 /// Local declarations are typically transformed via a call to
474 /// name. This nested-name-specifier must already have been transformed.
501 /// new template argument from the transformed result. Subclasses may
512 /// the transformed arguments to the output list.
518 /// \param Inputs The set of template arguments to be transformed.
522 /// \param Outputs The set of transformed template arguments output by this
536 /// the transformed arguments to the output list.
542 /// \param Outputs The set of transformed template arguments output by this
787 /// the UnresolvedUsingTypenameDecl was transformed to.
939 // We had a dependent elaborated-type-specifier that has been transformed
3945 // A dependent pointer type 'T *' has is being transformed such
5074 // that needs to be transformed. This only tends to occur with default
5680 // transformed switch statement.
5752 // Visit attributes and keep track if any are transformed.
6065 Decl *Transformed = getDerived().TransformDefinition(D->getLocation(), D);
6066 if (!Transformed)
6069 if (Transformed != D)
6072 Decls.push_back(Transformed);
9173 // transformed parameters.
9324 // Capture the transformed variable.
9345 // Capture the transformed variable.
10539 "UnresolvedUsingTypenameDecl transformed to non-typename using");
10547 "UnresolvedUsingTypenameDecl transformed to non-using decl");
10702 // Compute the transformed set of functions (and function templates) to be