Home
last modified time | relevance | path

Searched refs:lookup_node_in_scope (Results 1 – 2 of 2) sorted by relevance

/external/libabigail/src/
Dabg-ir.cc10061 lookup_node_in_scope(const list<string>& fqn, in lookup_node_in_scope() function
10133 {return is_type(lookup_node_in_scope<type_base>(comps, scope));} in lookup_type_in_scope()
10278 {return is_var_decl(lookup_node_in_scope<var_decl>(comps, skope));} in lookup_var_decl_in_scope()
10295 {return lookup_node_in_scope<NodeKind>(fqn, tu.get_global_scope());} in lookup_node_in_translation_unit()
/external/libabigail/
DChangeLog12492 * src/abg-ir.cc (lookup_type_in_scope, lookup_node_in_scope)
12495 (lookup_node_in_scope): Return a type_or_decl_base_sptr.
16454 (synthesize_type_from_translation_unit, lookup_node_in_scope)
19878 (lookup_node_in_scope): If the found type (class) is a
23130 * src/abg-ir.cc (lookup_node_in_scope): Likewise.
23191 (lookup_node_in_scope): Ensure that the type returned is
29752 * src/abg-ir.cc (lookup_node_in_scope): Do not forget to actually
30654 (convert_node_to_decl, lookup_node_in_scope)