Lines Matching refs:bind
1421 /// @param ftype the function time which life time to bind to the life
18796 /// @param bind the binding kind of the variable.
18802 binding bind)
18806 priv_(new priv(type, bind))
20083 /// @param bind the binding of the function.
20090 binding bind)
20094 priv_(new priv(function_type, declared_inline, bind))
20120 /// @param bind the kind of the binding of the function
20128 binding bind)
20134 bind))
22942 /// @param bind the binding of the method.
22949 binding bind)
22956 declared_inline, locus, linkage_name, vis, bind)
22979 /// @param bind the binding of the method.
22986 binding bind)
22994 declared_inline, locus, linkage_name, vis, bind)
23016 /// @param bind the binding of the method.
23023 binding bind)
23031 declared_inline, locus, linkage_name, vis, bind)
25270 priv(function_decl_sptr pattern, binding bind)
25271 : pattern_(pattern), binding_(bind)
25274 priv(binding bind)
25275 : binding_(bind)
25289 /// @param bind the binding of the declaration. This is the binding
25294 binding bind)
25302 priv_(new priv(bind))
25317 /// @param bind the binding of the declaration. This is the binding
25322 binding bind)
25331 priv_(new priv(pattern, bind))