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()
55 const util::StringView ¶mName = param_->AsIdentifier()->Name(); in Check() local
41 for (auto paramName : cjsMandatoryParams) { in AddCommonjsParams() local
1044 auto *paramName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParseTsMappedTypeParameter() local2954 const util::StringView ¶mName = parameter->AsIdentifier()->Name(); in ValidateFunctionParam() local3009 bool ParserImpl::CheckTypeNameIsReserved(const util::StringView ¶mName) in CheckTypeNameIsReserved()
409 auto paramName = GetParamName(node, name); in CreateCallExpressionForTsModule() local474 ir::Expression *Transformer::CreateTsModuleParam(util::StringView paramName, bool isExport) in CreateTsModuleParam()