| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | indexInfo.h | 24 IndexInfo(Type *type, util::StringView paramName, bool readonly) in IndexInfo() argument 29 IndexInfo(Type *type, util::StringView paramName, bool readonly, const lexer::SourcePosition &pos) in IndexInfo() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsIndexSignature.cpp | 55 const util::StringView ¶mName = param_->AsIdentifier()->Name(); in Check() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | indexInfo.h | 25 IndexInfo(Type *type, util::StringView paramName, bool readonly) in IndexInfo() argument 30 IndexInfo(Type *type, util::StringView paramName, bool readonly, const lexer::SourcePosition &pos) in IndexInfo() argument
|
| /arkcompiler/runtime_core/static_core/verification/config/options/ |
| H A D | method_options.h | 181 explicit MethodOptions(PandaString paramName) : name_ {std::move(paramName)} {} in MethodOptions() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSemitter.cpp | 174 auto paramName = *iter++; in GenExternalFunction() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classDefinition.cpp | 632 util::StringView paramName = param->Name()->AsIdentifier()->Name(); in IsTypeParam() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| H A D | lmir_builder.h | 488 FunctionBuilder &Param(Type *type, const String paramName) in Param() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | TSAnalyzer.cpp | 69 const util::StringView ¶mName = node->Param()->AsIdentifier()->Name(); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | TSparser.cpp | 736 auto *paramName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseMappedTypeParameter() local 1769 const util::StringView ¶mName = parameter->AsIdentifier()->Name(); in ValidateFunctionParam() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | lambdaLowering.cpp | 437 auto *paramName = in CreateArgsForOptionalCall() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| H A D | transformer.cpp | 979 util::StringView paramName = util::UString("value", Allocator()).View(); in AddGeneratedMethodToClass() local 1929 auto paramName = GetParamName(node, name); in CreateCallExpressionForTsModule() local 1974 ir::Expression *Transformer::CreateTsModuleParam(util::StringView paramName, bool isExport) in CreateTsModuleParam() argument 2068 util::StringView paramName in CreateCallExpressionForTsEnum() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | helpers.cpp | 1181 auto paramName = expandedAliasType->AsETSTypeParameter()->GetDeclNode()->Name()->Name(); in CheckExpandedType() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 1184 auto *paramName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsMappedTypeParameter() local 3680 const util::StringView ¶mName = parameter->AsIdentifier()->Name(); in ValidateFunctionParam() local 3753 bool ParserImpl::CheckTypeNameIsReserved(const util::StringView ¶mName) in CheckTypeNameIsReserved() argument [all...] |