Searched refs:SCOPE_DEPTH (Results 1 – 2 of 2) sorted by relevance
642 while (SCOPE_DEPTH (common) > depth) in queue_namespace()686 queue = queue_usings (queue, SCOPE_DEPTH (scope), level->using_directives); in search_unqualified()691 int depth = SCOPE_DEPTH (scope); in search_unqualified()710 if (SCOPE_DEPTH (pair.first) == depth) in search_unqualified()4188 int depth = SCOPE_DEPTH (ancestor); in is_nested_namespace()4194 while (SCOPE_DEPTH (descendant) > depth in is_nested_namespace()7198 SCOPE_DEPTH (ns) = SCOPE_DEPTH (current_namespace) + 1; in push_namespace()7199 if (!SCOPE_DEPTH (ns)) in push_namespace()7202 SCOPE_DEPTH (current_namespace)); in push_namespace()
3175 #define SCOPE_DEPTH(NODE) \ macro