Home
last modified time | relevance | path

Searched refs:LEX_CHAR_LF (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.cpp158 case LEX_CHAR_LF: in SkipMultiLineComment()
187 if (Iterator().Peek() == LEX_CHAR_LF) { in SkipSingleLineComment()
193 case LEX_CHAR_LF: in SkipSingleLineComment()
455 if (Iterator().Peek() != LEX_CHAR_LF) { in ScanTemplateString()
461 case LEX_CHAR_LF: { in ScanTemplateString()
463 templateStr.str.Append(LEX_CHAR_LF); in ScanTemplateString()
537 if (Iterator().Peek() != LEX_CHAR_LF) { in ScanUnicodeCharacter()
545 case LEX_CHAR_LF: { in ScanUnicodeCharacter()
559 cp = LEX_CHAR_LF; in ScanUnicodeCharacter()
999 case LEX_CHAR_LF in IsLineTerminatorOrEos()
[all...]
H A Dlexer.h367 case LEX_CHAR_LF: { in ScanString()
379 if (Iterator().Peek() != LEX_CHAR_LF) { in ScanString()
385 str.Append(LEX_CHAR_LF); in ScanString()
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A DsourceLocation.cpp53 if (iter.HasNext() && iter.Peek() == LEX_CHAR_LF) {
59 case LEX_CHAR_LF:
H A Dletters.h26 inline constexpr char32_t LEX_CHAR_LF = 0x0A; /* line feed */ member
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A DsourceLocation.cpp52 // Add the last entry if the ending character is not LEX_CHAR_LF / LEX_CHAR_PS / LEX_CHAR_LS
60 if (iter.HasNext() && iter.Peek() == LEX_CHAR_LF) {
66 case LEX_CHAR_LF:
H A Dletters.h26 #define LEX_CHAR_LF 0x0A /* line feed */ macro
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.cpp160 if (Iterator().Peek() == LEX_CHAR_LF) { in SkipMultiLineComment()
166 case LEX_CHAR_LF: in SkipMultiLineComment()
194 if (Iterator().Peek() == LEX_CHAR_LF) { in SkipSingleLineComment()
200 case LEX_CHAR_LF: in SkipSingleLineComment()
482 if (Iterator().Peek() != LEX_CHAR_LF) { in ScanTemplateString()
488 case LEX_CHAR_LF: { in ScanTemplateString()
490 templateStr.str.Append(LEX_CHAR_LF); in ScanTemplateString()
555 if (Iterator().Peek() != LEX_CHAR_LF) { in ScanStringUnicodePart()
563 case LEX_CHAR_LF: { in ScanStringUnicodePart()
577 cp = LEX_CHAR_LF; in ScanStringUnicodePart()
[all...]
H A Dlexer.h232 case LEX_CHAR_LF: { in ScanString()
244 if (Iterator().Peek() != LEX_CHAR_LF) { in ScanString()
250 str.Append(LEX_CHAR_LF); in ScanString()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSNolintParser.cpp94 if (PeekSymbol() == lexer::LEX_CHAR_LF) { in NextSymbol()
110 if (PeekSymbol() == lexer::LEX_CHAR_LF) { in BackwardSymbol()
244 while (cp != lexer::LEX_CHAR_SP && cp != lexer::LEX_CHAR_LF && cp != lexer::LEX_CHAR_EOS) { in ParseETSNolintArgs()
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp349 return LEX_CHAR_LF; in ParseClassAtom()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp346 return LEX_CHAR_LF; in ParseClassAtom()
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.cpp641 case lexer::LEX_CHAR_LF: { in GetEscapedCharacter()

Completed in 10 milliseconds