Searched refs:current_fqn (Results 1 – 2 of 2) sorted by relevance
705 state->expand.current_fqn = cache->fqn; in __process_structure_type()760 if (kabi_is_enumerator_ignored(state->expand.current_fqn, in process_enumerator_type()765 state->expand.current_fqn, cache->fqn, &override); in process_enumerator_type()839 state->expand.current_fqn = NULL; in state_init()847 state->current_fqn = saved->current_fqn; in expansion_state_restore()1127 state.expand.current_fqn = NULL; in resolve_fqns()1130 if (parent && parent->expand.current_fqn && (use_prefix || name)) { in resolve_fqns()1135 if (asprintf(&prefix, "%s::%s", parent->expand.current_fqn, in resolve_fqns()1140 state.expand.current_fqn = prefix; in resolve_fqns()1156 state.expand.current_fqn = fqn; in resolve_fqns()
235 const char *current_fqn; member