Home
last modified time | relevance | path

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

/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.cpp1044 auto *paramName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParseTsMappedTypeParameter() local
2954 const util::StringView &paramName = parameter->AsIdentifier()->Name(); in ValidateFunctionParam() local
3009 bool ParserImpl::CheckTypeNameIsReserved(const util::StringView &paramName) in CheckTypeNameIsReserved()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp409 auto paramName = GetParamName(node, name); in CreateCallExpressionForTsModule() local
474 ir::Expression *Transformer::CreateTsModuleParam(util::StringView paramName, bool isExport) in CreateTsModuleParam()