Lines Matching refs:var_decl
274 /// Sort a map of string -> pointer to @ref var_decl.
276 /// The result is a vector of var_decl* sorted by the qualified name
281 /// @param sorted out parameter; the sorted vector of @ref var_decl.
284 vector<var_decl*>& sorted)
3106 || (d = try_to_diff<var_decl>(first, second, ctxt))
3215 /// @param first the first instance of @ref var_decl to consider in
3218 /// @param second the second instance of @ref var_decl to consider in
3222 /// var_decl.
3233 /// Getter for the first @ref var_decl of the diff.
3235 /// @return the first @ref var_decl of the diff.
3238 {return dynamic_pointer_cast<var_decl>(first_subject());}
3240 /// Getter for the second @ref var_decl of the diff.
3242 /// @return the second @ref var_decl of the diff.
3245 {return dynamic_pointer_cast<var_decl>(second_subject());}
3248 /// var_decl.
3250 /// @return the diff of the types of the instances of @ref var_decl.
3298 /// Compute the diff between two instances of @ref var_decl.
3303 /// @param first the first @ref var_decl to consider for the diff.
3305 /// @param second the second @ref var_decl to consider for the diff.
3309 /// @return the resulting diff between the two @ref var_decl.
8878 var_decl* deleted_var = first_->get_variables()[i];
8895 var_decl* added_var = second_->get_variables()[i];
9205 /// Test if a change reports about a given @ref var_decl that is
9209 /// @param fn the @ref var_decl to consider.
9221 variable_is_suppressed(const var_decl* var,
9473 corpus_diff::priv::deleted_variable_is_suppressed(const var_decl* var) const
9492 corpus_diff::priv::added_variable_is_suppressed(const var_decl* var) const