Home
last modified time | relevance | path

Searched refs:POTENTIAL_NEW_ARRAY (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserFlags.h63 POTENTIAL_NEW_ARRAY = 1U << 14U member in ark::es2panda::parser::VariableParsingFlags::ExpressionParseFlags
H A DTypedParser.cpp1166 if ((flags & ExpressionParseFlags::POTENTIAL_NEW_ARRAY) != 0) { in ParseQualifiedName()
1279 const bool inPotentialNewArray = (*options & TypeAnnotationParsingOptions::POTENTIAL_NEW_ARRAY) != 0; in ParseTypeParameterInstantiation()
1280 *options &= ~TypeAnnotationParsingOptions::POTENTIAL_NEW_ARRAY; in ParseTypeParameterInstantiation()
1293 *options |= TypeAnnotationParsingOptions::POTENTIAL_NEW_ARRAY; in ParseTypeParameterInstantiation()
H A DETSparserTypes.cpp471 if (((*options) & TypeAnnotationParsingOptions::POTENTIAL_NEW_ARRAY) != 0) { in ParseTypeAnnotation()
H A DETSparserExpressions.cpp641 TypeAnnotationParsingOptions::POTENTIAL_NEW_ARRAY; in ParseNewExpression()
H A DparserImpl.h55 POTENTIAL_NEW_ARRAY = 1U << 16U member in ark::es2panda::ark::es2panda::parser::TypeAnnotationParsingOptions
H A DETSparser.cpp844 if (((*options) & TypeAnnotationParsingOptions::POTENTIAL_NEW_ARRAY) != 0) { in ParseTypeReferencePart()
845 flags |= ExpressionParseFlags::POTENTIAL_NEW_ARRAY; in ParseTypeReferencePart()

Completed in 10 milliseconds