Home
last modified time | relevance | path

Searched refs:lookup_var_decl_in_scope (Results 1 – 4 of 4) sorted by relevance

/external/libabigail/include/
Dabg-fwd.h1314 lookup_var_decl_in_scope(const string&,
1318 lookup_var_decl_in_scope(const std::list<string>&,
/external/libabigail/src/
Dabg-dwarf-reader.cc11366 if ((d = lookup_var_decl_in_scope(mem_name, class_type))) in build_translation_unit_and_add_to_ir()
12323 if (!n.empty() && lookup_var_decl_in_scope(n, result)) in add_or_update_class_type()
12352 if (!n.empty() && lookup_var_decl_in_scope(n, result)) in add_or_update_class_type()
12609 if (!n.empty() && lookup_var_decl_in_scope(n, result)) in add_or_update_union_type()
Dabg-ir.cc9984 lookup_var_decl_in_scope(const string& fqn, in lookup_var_decl_in_scope() function
9989 return lookup_var_decl_in_scope(comps, skope); in lookup_var_decl_in_scope()
10276 lookup_var_decl_in_scope(const std::list<string>& comps, in lookup_var_decl_in_scope() function
/external/libabigail/
DChangeLog12493 (lookup_var_decl_in_scope): Adjust.
17423 (lookup_var_decl_in_scope): Pass the decls smart pointers by
17426 (lookup_var_decl_in_scope): Pass the decls smart pointers by
30636 (lookup_var_decl_in_scope): New declarations.
30653 (lookup_type_in_scope, lookup_var_decl_in_scope, get_node_name)