Lines Matching refs:scope_decl
420 scope_decl*
425 if (dynamic_cast<scope_decl*>(cur_decl.get()))
426 // The current decl is a scope_decl, so it's our lexical scope.
427 return dynamic_pointer_cast<scope_decl>(cur_decl).get();
429 // The current decl is not a scope_decl, so our lexical scope is
511 scope_decl_sptr s = dynamic_pointer_cast<scope_decl>(d);
520 return dynamic_pointer_cast<scope_decl>(d) == scope;
1491 scope = dynamic_pointer_cast<scope_decl>
1497 scope = dynamic_pointer_cast<scope_decl>(i->second);
3495 scope_decl* scope = rdr.get_cur_scope();
3523 scope_decl* scope = rdr.get_cur_scope();
3575 scope_decl* scope = rdr.get_cur_scope();
3594 const scope_decl* scope,