Home
last modified time | relevance | path

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

/external/libabigail/src/
Dabg-ir.cc10159 const vector<scope_decl*>& access_path, in lookup_type_in_scope() argument
10162 vector<scope_decl*> a = access_path; in lookup_type_in_scope()
10231 vector<scope_decl*> access_path; in lookup_type_in_scope() local
10234 access_path.push_back(s); in lookup_type_in_scope()
10238 return lookup_type_in_scope(*type, access_path, scope); in lookup_type_in_scope()