Home
last modified time | relevance | path

Searched defs:paramName (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DindexInfo.h24 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/
DindexInfo.h25 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/es2panda/ir/ts/
DtsIndexSignature.cpp55 const util::StringView &paramName = param_->AsIdentifier()->Name(); in Check() local
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp41 for (auto paramName : cjsMandatoryParams) { in AddCommonjsParams() local
DparserImpl.cpp1181 auto *paramName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsMappedTypeParameter() local
3593 const util::StringView &paramName = parameter->AsIdentifier()->Name(); in ValidateFunctionParam() local
3660 bool ParserImpl::CheckTypeNameIsReserved(const util::StringView &paramName) in CheckTypeNameIsReserved()
/arkcompiler/runtime_core/static_core/verification/config/options/
Dmethod_options.h181 explicit MethodOptions(PandaString paramName) : name_ {std::move(paramName)} {} in MethodOptions()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp125 util::UString paramName("p" + std::to_string(i), Allocator()); in CreateDynamicCallIntrinsic() local
522 auto paramName = in CreateLambdaObjectClassInvokeMethod() local
Dhelpers.cpp1136 auto paramName = expandedAliasType->AsETSTypeParameter()->GetDeclNode()->Name()->Name(); in CheckExpandedType() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp629 util::StringView paramName = param->Name()->AsIdentifier()->Name(); in IsTypeParam() local
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp736 auto *paramName = AllocNode<ir::Identifier>(Lexer()->GetToken().Ident(), Allocator()); in ParseMappedTypeParameter() local
1769 const util::StringView &paramName = parameter->AsIdentifier()->Name(); in ValidateFunctionParam() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp174 auto paramName = *iter++; in GenExternalFunction() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp977 util::StringView paramName = util::UString("value", Allocator()).View(); in AddGeneratedMethodToClass() local
1927 auto paramName = GetParamName(node, name); in CreateCallExpressionForTsModule() local
1972 ir::Expression *Transformer::CreateTsModuleParam(util::StringView paramName, bool isExport) in CreateTsModuleParam()
2066 util::StringView paramName = GetParamName(node, name); // modify the name of the function param in CreateCallExpressionForTsEnum() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h656 FunctionBuilder &Param(Type *type, const String paramName) in Param()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp437 auto *paramName = in CreateArgsForOptionalCall() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp69 const util::StringView &paramName = node->Param()->AsIdentifier()->Name(); in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2051 const std::string &paramName) in RegisterFunctionVoidStarToVoid()