Home
last modified time | relevance | path

Searched refs:typeAnnotationValue (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp3477 …const auto typeAnnotationValue = [this, typeAnnotation]() -> std::pair<ir::Expression *, std::stri… in ParseFunctionParameter() local
3508 … paramIdent->AsIdentifier(), defaultUndefined ? std::get<0>(typeAnnotationValue) : nullptr); in ParseFunctionParameter()
3511 …paramExpression->SetLexerSaved(util::UString(std::get<1>(typeAnnotationValue), Allocator()).View()… in ParseFunctionParameter()