Searched defs:ParseFunctionType (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ | ||
| D | ASparser.cpp | 483 ir::TypeNode *ASParser::ParseFunctionType(lexer::SourcePosition startLoc) in ParseFunctionType() function in panda::es2panda::parser::ASParser |
| D | TSparser.cpp | 1426 ir::TypeNode *TSParser::ParseFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, … in ParseFunctionType() function in panda::es2panda::parser::TSParser |
| D | ETSparser.cpp | 2749 ir::TypeNode *ETSParser::ParseFunctionType() in ParseFunctionType() function in panda::es2panda::parser::ETSParser |
| /arkcompiler/ets_runtime/ecmascript/ts_types/ | ||
| D | ts_type_parser.cpp | 370 JSHandle<TSFunctionType> TSTypeParser::ParseFunctionType(const JSPandaFile *jsPandaFile, const CStr… in ParseFunctionType() function in panda::ecmascript::TSTypeParser |