Lines Matching defs:is_const
2564 /// @param is_const the resulting value of the parsing of the 'const'
2572 /// is_constructor, is_destructor and is_const prior to passing them
2578 bool& is_const)
2606 is_const = true;
2608 is_const = false;
3395 parms, /*is_const=*/false,
4043 /*is_const=*/false,
4953 bool is_ctor = false, is_dtor = false, is_const = false;
4954 read_cdtor_const(n, is_ctor, is_dtor, is_const);
4973 set_member_function_is_const(m, is_const);
4991 bool is_ctor = false, is_dtor = false, is_const = false;
4992 read_cdtor_const(n, is_ctor, is_dtor, is_const);
5004 is_ctor, is_const));
5306 bool is_ctor = false, is_dtor = false, is_const = false;
5307 read_cdtor_const(n, is_ctor, is_dtor, is_const);
5323 set_member_function_is_const(m, is_const);
5338 bool is_ctor = false, is_dtor = false, is_const = false;
5339 read_cdtor_const(n, is_ctor, is_dtor, is_const);
5351 is_ctor, is_const));