Lines Matching defs:is_const
6311 return ctxt->is_const();
6327 /// @param is_const the new value of the const-ness property of @p f
6329 set_member_function_is_const(function_decl& f, bool is_const)
6339 ctxt->is_const(is_const);
6346 /// @param is_const the new value of the const-ness property of @p f
6348 set_member_function_is_const(const function_decl_sptr& f, bool is_const)
6349 {set_member_function_is_const(*f, is_const);}
19838 bool is_const;
19841 : is_const()
19856 /// @param is_const whether this method type is for a const method.
19868 bool is_const,
19879 set_is_const(is_const);
19896 /// @param is_const whether this method type is for a const method.
19908 bool is_const,
19919 set_is_const(is_const);
19954 bool is_const,
19967 set_is_const(is_const);
20016 {priv_->is_const = f;}
20023 {return priv_->is_const;}
21612 /// @param is_const whether the new member function is const.
21617 bool is_dtor, bool is_const)
21627 set_member_function_is_const(f, is_const);
21789 /*is_const=*/false);
22705 /*is_const=*/false);
23260 /// @param is_const whether the member function is const.
23267 bool is_dtor, bool is_const)
23270 is_dtor, is_const);
24020 && is_const() == o.is_const()