| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | indexInfo.h | 24 IndexInfo(Type *type, util::StringView paramName, bool readonly) in IndexInfo() 29 … IndexInfo(Type *type, util::StringView paramName, bool readonly, const lexer::SourcePosition &pos) in IndexInfo()
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | indexInfo.h | 25 IndexInfo(Type *type, util::StringView paramName, bool readonly) in IndexInfo() 30 … IndexInfo(Type *type, util::StringView paramName, bool readonly, const lexer::SourcePosition &pos) in IndexInfo()
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/ |
| D | inlay_hints.h | 29 std::string paramName; member
|
| D | class_hierarchy_info.h | 28 FunctionParamStyle(std::string paramName, std::string paramKind) in FunctionParamStyle()
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | signature_help_items.cpp | 128 std::string paramName = in SetSignatureHelpParameter() local 160 std::string paramName = in SetSignatureHelpParameter() local
|
| D | class_hierarchy_info.cpp | 108 std::string paramName; in GetParamListFromScriptFunction() local
|
| D | quick_info.cpp | 1049 auto paramName = node->AsETSParameterExpression()->Name(); in CreateDisplayForETSParameterExpression() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsIndexSignature.cpp | 55 const util::StringView ¶mName = param_->AsIdentifier()->Name(); in Check() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | commonjs.cpp | 35 for (auto paramName : cjsMandatoryParams) { in AddCommonjsParams() local
|
| D | parserImpl.cpp | 1189 auto *paramName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsMappedTypeParameter() local 3733 const util::StringView ¶mName = parameter->AsIdentifier()->Name(); in ValidateFunctionParam() local 3808 bool ParserImpl::CheckTypeNameIsReserved(const util::StringView ¶mName) in CheckTypeNameIsReserved()
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| D | methodBuilder.cpp | 121 util::UString paramName(GetFieldName(idx), allocator); in CollectParametersAndReturnType() local
|
| /arkcompiler/runtime_core/static_core/verification/config/options/ |
| D | method_options.h | 181 explicit MethodOptions(PandaString paramName) : name_ {std::move(paramName)} {} in MethodOptions()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | dynamic.cpp | 130 util::UString paramName("p" + std::to_string(i), ProgramAllocator()); in CreateDynamicCallIntrinsic() local 544 auto paramName = in CreateLambdaObjectClassInvokeMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 492 FunctionBuilder &Param(Type *type, const String paramName) in Param()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TSparser.cpp | 743 auto *paramName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseMappedTypeParameter() local 1791 const util::StringView ¶mName = parameter->AsIdentifier()->Name(); in ValidateFunctionParam() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 975 util::StringView paramName = util::UString("value", Allocator()).View(); in AddGeneratedMethodToClass() local 1938 auto paramName = GetParamName(node, name); in CreateCallExpressionForTsModule() local 1983 ir::Expression *Transformer::CreateTsModuleParam(util::StringView paramName, bool isExport) in CreateTsModuleParam() 2077 util::StringView paramName = GetParamName(node, name); // modify the name of the function param in CreateCallExpressionForTsEnum() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 630 util::StringView paramName = param->Name()->AsIdentifier()->Name(); in IsTypeParam() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 1561 const auto paramName = paramExpr->Name(); in ProcessETSFunctionType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 69 const util::StringView ¶mName = node->Param()->AsIdentifier()->Name(); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 2811 const paramName = identifier.getText().substring(1); constant
|