Home
last modified time | relevance | path

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

/third_party/libabigail/src/
H A Dabg-ir.cc11671 /// @param access_path a vector of scopes the path of scopes to follow
11682 const vector<scope_decl*>& access_path, in lookup_type_in_scope()
11685 vector<scope_decl*> a = access_path; in lookup_type_in_scope()
11754 vector<scope_decl*> access_path; in lookup_type_in_scope() local
11757 access_path.push_back(s); in lookup_type_in_scope()
11761 return lookup_type_in_scope(*type, access_path, scope); in lookup_type_in_scope()
11681 lookup_type_in_scope(const type_base& type, const vector<scope_decl*>& access_path, const scope_decl* scope) lookup_type_in_scope() argument

Completed in 34 milliseconds