Lines Matching refs:NAMESPACE
1696 binder::Variable *res = exportTSBindings->FindExportTSVariable<binder::TSBindingType::NAMESPACE>(name);
1719 auto *res = FindTSVariable<binder::TSBindingType::NAMESPACE>(currentScope, name);
2342 const std::vector<binder::TSBindingType> types = {binder::TSBindingType::NAMESPACE,
2405 case binder::TSBindingType::NAMESPACE: {
2406 v = scope->FindLocalTSVariable<binder::TSBindingType::NAMESPACE>(name);
2441 case binder::TSBindingType::NAMESPACE: {
2442 v = scope->AsTSModuleScope()->FindExportTSVariable<binder::TSBindingType::NAMESPACE>(name);
2501 case binder::VariableFlags::NAMESPACE: {
2506 binder::Variable *v = exportTSBindings->FindExportTSVariable<binder::TSBindingType::NAMESPACE>(name);
2797 var = scope->FindLocalTSVariable<binder::TSBindingType::NAMESPACE>(name);