Lines Matching refs:method_decl

6190   const method_decl* m = is_method_decl(&f);
6220 method_decl* m = is_method_decl(&f);
6249 const method_decl* m = is_method_decl(&f);
6277 method_decl* m = is_method_decl(&f);
6305 const method_decl* m = is_method_decl(&f);
6333 method_decl* m = is_method_decl(&f);
6373 const method_decl* m =
6374 dynamic_cast<const method_decl*>(&f);
6406 method_decl* m = is_method_decl(&f);
6436 const method_decl* m =
6437 dynamic_cast<const method_decl*>(&f);
6474 method_decl* m = is_method_decl(&f);
6495 (dynamic_pointer_cast<method_decl>(fn));
14374 if (method_decl *m = canonical_class->
19847 /// Instances of method_decl must be of type method_type.
19884 ///Instances of method_decl must be of type method_type.
20156 const method_decl* mem_fn =
20157 dynamic_cast<const method_decl*>(this);
20205 const method_decl* mem_fn =
20206 dynamic_cast<const method_decl*>(this);
20268 bool is_method = dynamic_cast<const method_decl*>(this);
20386 m(new method_decl(get_name(),
21650 const method_decl*
21661 method_decl*
21692 const method_decl*
21704 method_decl*
21784 else if (method_decl_sptr f = dynamic_pointer_cast<method_decl>(d))
22142 copy_member_function(const class_or_union_sptr& t, const method_decl* method)
22158 new_method(new method_decl(method->get_name(),
22698 if (method_decl_sptr f = dynamic_pointer_cast<method_decl>(d))
22927 /// A constructor for instances of method_decl.
22943 method_decl::method_decl(const string& name,
22963 /// A constructor for instances of method_decl.
22980 method_decl::method_decl(const string& name,
23000 /// A constructor for instances of method_decl.
23017 method_decl::method_decl(const string& name,
23041 method_decl::set_linkage_name(const string& l)
23055 method_decl::~method_decl()
23059 method_decl::get_type() const
23067 /// Set the containing class of a method_decl.
23071 method_decl::set_scope(scope_decl* scope)
23082 /// method_decl that is pointed-to by the smart pointer.
23103 /// method_decl that is pointed-to by the smart pointer.
23114 /// Test if a function_decl is actually a method_decl.
23118 /// @return the method_decl sub-object of @p d if inherits
23119 /// a method_decl type.
23120 method_decl*
23123 return dynamic_cast<method_decl*>
23127 /// Test if a function_decl is actually a method_decl.
23131 /// @return the method_decl sub-object of @p d if inherits
23132 /// a method_decl type.
23133 method_decl*
23137 /// Test if a function_decl is actually a method_decl.
23141 /// @return the method_decl sub-object of @p d if inherits
23142 /// a method_decl type.
23145 {return dynamic_pointer_cast<method_decl>(d);}
23148 /// method_decl that are virtual.
23165 operator()(const method_decl& f,
23166 const method_decl& s)
23241 /// @param f a method_decl to add to the current class. This function
23710 copy_member_function(const class_decl_sptr& clazz, const method_decl* f)
24733 const method_decl* f)