Lines Matching defs:skope
11486 /// @param skope the scope to look into.
11491 const scope_decl_sptr& skope)
11495 return lookup_type_in_scope(comps, skope);
11502 /// @param skope the scope to look into.
11508 const scope_decl_sptr& skope)
11512 return lookup_var_decl_in_scope(comps, skope);
11578 /// @param skope the scope to look into.
11585 const scope_decl_sptr& skope)
11590 scope_decl_sptr cur_scope = skope, new_scope, scope;
11650 /// @param skope the scope to look into.
11797 /// @param skope the scope to look into.
11800 const scope_decl_sptr& skope)
11801 {return is_var_decl(lookup_node_in_scope<var_decl>(comps, skope));}