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.cpp54 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.cpp1127 auto *paramName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsMappedTypeParameter() local
3206 const util::StringView &paramName = parameter->AsIdentifier()->Name(); in ValidateFunctionParam() local
3273 bool ParserImpl::CheckTypeNameIsReserved(const util::StringView &paramName) in CheckTypeNameIsReserved()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1421 auto paramName = GetParamName(node, name); in CreateCallExpressionForTsModule() local
1466 ir::Expression *Transformer::CreateTsModuleParam(util::StringView paramName, bool isExport) in CreateTsModuleParam()
1560 util::StringView paramName = GetParamName(node, name); // modify the name of the function param in CreateCallExpressionForTsEnum() local