Lines Matching refs:binder
18 #include <binder/binder.h>
19 #include <binder/scope.h>
87 void CatchClause::UpdateSelf(const NodeUpdater &cb, binder::Binder *binder)
90 auto paramScopeCtx = binder::LexicalScope<binder::CatchParamScope>::Enter(binder, scope_->ParamScope());
94 auto scopeCtx = binder::LexicalScope<binder::CatchScope>::Enter(binder, scope_);