Lines Matching defs:exportTSBindings
1694 auto *exportTSBindings = var->AsNamespaceVariable()->GetExportBindings();
1696 binder::Variable *res = exportTSBindings->FindExportTSVariable<binder::TSBindingType::NAMESPACE>(name);
1700 res = exportTSBindings->FindExportTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name);
1710 *isType = exportTSBindings->FindExportVariable(name) == nullptr &&
1711 exportTSBindings->FindExportTSVariable<binder::TSBindingType::ENUMLITERAL>(name) == nullptr;
2502 auto *exportTSBindings = currVar->AsNamespaceVariable()->GetExportBindings();
2503 if (exportTSBindings != nullptr) {
2506 binder::Variable *v = exportTSBindings->FindExportTSVariable<binder::TSBindingType::NAMESPACE>(name);
2510 v = exportTSBindings->FindExportTSVariable<binder::TSBindingType::ENUMLITERAL>(name);
2514 v = exportTSBindings->FindExportTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name);