Lines Matching defs:binder
16 #include "binder.h"
18 #include "binder/scope.h"
19 #include "binder/tsBinding.h"
65 namespace panda::es2panda::binder {
669 void Binder::BuildForInOfLoop(const ir::Statement *parent, binder::LoopScope *loopScope, ir::AstNode *left,
1049 std::vector<binder::Variable *> findRes;
1060 fn(currentScope->FindLocalTSVariable<binder::TSBindingType::NAMESPACE>(name));
1061 fn(currentScope->FindLocalTSVariable<binder::TSBindingType::ENUMLITERAL>(name));
1062 fn(currentScope->FindLocalTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name));
1064 fn(currentScope->AsTSModuleScope()->FindExportTSVariable<binder::TSBindingType::NAMESPACE>(name));
1065 fn(currentScope->AsTSModuleScope()->FindExportTSVariable<binder::TSBindingType::ENUMLITERAL>(name));
1066 fn(currentScope->AsTSModuleScope()->FindExportTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name));
1173 } // namespace panda::es2panda::binder