Searched refs:LOCAL_BINDING_P (Results 1 – 8 of 8) sorted by relevance
59 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local) macro
81 LOCAL_BINDING_P (binding) = true; in create_local_binding()2012 LOCAL_BINDING_P (binding) = (level != class_binding_level); in push_binding()4406 LOCAL_BINDING_P (binding) = 0; in get_class_binding()6488 if (LOCAL_BINDING_P (iter) ? !block_p : nonclass) in lookup_name_real_1()6652 || LOCAL_BINDING_P (iter) in lookup_type_scope_1()6723 return LOCAL_BINDING_P (binding); in is_local_extern()
32 #define LOCAL_BINDING_P(NODE) ((NODE)->is_local) macro
107 LOCAL_BINDING_P (binding) = true; in create_local_binding()2402 LOCAL_BINDING_P (binding) = false; in cxx_binding_make()2452 LOCAL_BINDING_P (binding) = (level != class_binding_level); in push_binding()7746 if (!bool (where & (LOCAL_BINDING_P (iter) in lookup_name()7844 || LOCAL_BINDING_P (iter) in lookup_elaborated_type()
4943 (LOCAL_BINDING_P): Likewise.5143 (LOCAL_BINDING_P): Adjust definition.
4283 (LOCAL_BINDING_P): Add whitespace.
2138 (get_class_binding): Do not clear LOCAL_BINDING_P here.
115 * cp-tree.h (LOCAL_BINDING_P): New macro.