Home
last modified time | relevance | path

Searched refs:BREAK_AT_NEW_LINE (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp287 if ((((*options) & TypeAnnotationParsingOptions::BREAK_AT_NEW_LINE) != 0) && Lexer()->GetToken().NewLine()) { in ParseTypeAnnotation()
1704 TypeAnnotationParsingOptions::REPORT_ERROR | TypeAnnotationParsingOptions::BREAK_AT_NEW_LINE; in ParsePropertyOrMethodSignature()
1841 TypeAnnotationParsingOptions::REPORT_ERROR | TypeAnnotationParsingOptions::BREAK_AT_NEW_LINE; in ParseClassKeyAnnotation()
H A DparserImpl.h45 BREAK_AT_NEW_LINE = 1U << 6U, member in ark::es2panda::ark::es2panda::parser::TypeAnnotationParsingOptions
H A DASparser.cpp1063 TypeAnnotationParsingOptions::REPORT_ERROR | TypeAnnotationParsingOptions::BREAK_AT_NEW_LINE; in ParsePropertyOrMethodSignature()
1159 TypeAnnotationParsingOptions::REPORT_ERROR | TypeAnnotationParsingOptions::BREAK_AT_NEW_LINE; in ParseClassKeyAnnotation()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.h167 BREAK_AT_NEW_LINE = 1 << 6, member in panda::es2panda::lexer::TokenFlags::ModifierFlags::TypeAnnotationParsingOptions
H A DparserImpl.cpp830 if (((*options & TypeAnnotationParsingOptions::BREAK_AT_NEW_LINE) && lexer_->GetToken().NewLine()) && in ParseTsTypeAnnotation()
1570 TypeAnnotationParsingOptions::THROW_ERROR | TypeAnnotationParsingOptions::BREAK_AT_NEW_LINE; in ParseTsTypeLiteralOrInterfaceMember()
2777 TypeAnnotationParsingOptions::THROW_ERROR | TypeAnnotationParsingOptions::BREAK_AT_NEW_LINE; in ParseClassKeyAnnotation()

Completed in 14 milliseconds