Home
last modified time | relevance | path

Searched defs:paramName (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DindexInfo.h24 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 DtsIndexSignature.cpp55 const util::StringView &paramName = param_->AsIdentifier()->Name(); in Check() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DindexInfo.h25 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 Dmethod_options.h181 explicit MethodOptions(PandaString paramName) : name_ {std::move(paramName)} {} in MethodOptions() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp174 auto paramName = *iter++; in GenExternalFunction() local
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp632 util::StringView paramName = param->Name()->AsIdentifier()->Name(); in IsTypeParam() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
H A Dlmir_builder.h488 FunctionBuilder &Param(Type *type, const String paramName) in Param() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp69 const util::StringView &paramName = node->Param()->AsIdentifier()->Name(); in Check() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A 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/lowering/ets/
H A DlambdaLowering.cpp437 auto *paramName = in CreateArgsForOptionalCall() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp979 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 Dhelpers.cpp1181 auto paramName = expandedAliasType->AsETSTypeParameter()->GetDeclNode()->Name()->Name(); in CheckExpandedType() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp1184 auto *paramName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsMappedTypeParameter() local
3680 const util::StringView &paramName = parameter->AsIdentifier()->Name(); in ValidateFunctionParam() local
3753 bool ParserImpl::CheckTypeNameIsReserved(const util::StringView &paramName) in CheckTypeNameIsReserved() argument
[all...]

Completed in 28 milliseconds