Lines Matching refs:binder
18 #include <binder/binder.h>
19 #include <binder/scope.h>
27 static void StoreModuleVarOrLocalVar(PandaGen *pg, binder::ScopeFindResult &result, const binder::Decl *decl)
40 static void HoistVar(PandaGen *pg, binder::Variable *var, const binder::VarDecl *decl)
59 binder::ScopeFindResult result(decl->Name(), scope, 0, var);
65 static void HoistFunction(PandaGen *pg, binder::Variable *var, const binder::FunctionDecl *decl)
83 binder::ScopeFindResult result(decl->Name(), scope, 0, var);
111 if (!var->HasFlag(binder::VariableFlags::HOIST)) {