Searched defs:paramName (Results 1 – 5 of 5) sorted by relevance
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()
54 const util::StringView ¶mName = param_->AsIdentifier()->Name(); in Check() local
41 for (auto paramName : cjsMandatoryParams) { in AddCommonjsParams() local
1127 auto *paramName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsMappedTypeParameter() local3206 const util::StringView ¶mName = parameter->AsIdentifier()->Name(); in ValidateFunctionParam() local3273 bool ParserImpl::CheckTypeNameIsReserved(const util::StringView ¶mName) in CheckTypeNameIsReserved()
1421 auto paramName = GetParamName(node, name); in CreateCallExpressionForTsModule() local1466 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