Home
last modified time | relevance | path

Searched defs:ParsePotentialGenericFunctionCall (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DASparser.cpp776 bool ASParser::ParsePotentialGenericFunctionCall(ir::Expression *primaryExpr, ir::Expression **retu… in ParsePotentialGenericFunctionCall() function in ark::es2panda::parser::ASParser
DTSparser.cpp1408 bool TSParser::ParsePotentialGenericFunctionCall(ir::Expression *primaryExpr, ir::Expression **retu… in ParsePotentialGenericFunctionCall() function in ark::es2panda::parser::TSParser
DETSparser.cpp1921 bool ETSParser::ParsePotentialGenericFunctionCall(ir::Expression *primaryExpr, ir::Expression **ret… in ParsePotentialGenericFunctionCall() function in ark::es2panda::parser::ETSParser
DexpressionParser.cpp1628 bool ParserImpl::ParsePotentialGenericFunctionCall([[maybe_unused]] ir::Expression *primaryExpr, in ParsePotentialGenericFunctionCall() function in ark::es2panda::parser::ParserImpl