Searched refs:IsAtStartOfLine (Results 1 – 3 of 3) sorted by relevance
83 IsAtStartOfLine = true; in InitLexer()1352 IsAtStartOfLine = StartOfLine; in SkipBytes()1991 IsAtStartOfLine = true; in SkipWhitespace()2558 bool atStartOfLine = IsAtStartOfLine; in isNextPPTokenLParen()2569 IsAtStartOfLine = atStartOfLine; in isNextPPTokenLParen()2862 IsAtStartOfLine = Result.isAtStartOfLine(); in PropagateLineStartLeadingSpaceInfo()2873 if (IsAtStartOfLine) { in Lex()2875 IsAtStartOfLine = false; in Lex()2983 IsAtStartOfLine = true; in LexTokenInternal()
81 bool IsAtStartOfLine; variable
753 * The ``Lexer`` uses ``IsAtStartOfLine`` to keep track of whether the next