Searched refs:IsAtStartOfLine (Results 1 – 6 of 6) sorted by relevance
242 IsAtStartOfLine = true; in LexLineComment() 688 SaveAndRestore SavedAtStartOfLine(IsAtStartOfLine); in peekTokens() 742 if (IsAtStartOfLine && num == 2 && TokenBuf[0].is(AsmToken::Integer) && in LexToken() 760 IsAtStartOfLine = true; in LexToken() 769 IsAtStartOfLine = true; in LexToken() 773 IsAtStartOfLine = false; in LexToken() 789 IsAtStartOfLine = true; in LexToken() 804 IsAtStartOfLine = true; in LexToken() 813 IsAtStartOfLine = true; in LexToken()
30 bool IsAtStartOfLine = true; variable
133 // IsAtStartOfLine - True if the next lexed token should get the "start of135 bool IsAtStartOfLine; variable 317 void seek(unsigned Offset, bool IsAtStartOfLine);
155 IsAtStartOfLine = true; in InitLexer() 277 void Lexer::seek(unsigned Offset, bool IsAtStartOfLine) {278 this->IsAtPhysicalStartOfLine = IsAtStartOfLine; in seek() argument 279 this->IsAtStartOfLine = IsAtStartOfLine; in seek() 1544 IsAtStartOfLine = StartOfLine;2554 IsAtStartOfLine = true; in SkipWhitespace() 3242 bool atStartOfLine = IsAtStartOfLine; in FindConflictEnd() 3253 IsAtStartOfLine = atStartOfLine; in FindConflictEnd() 3696 IsAtStartOfLine in Lex() [all...]
1650 bool IsAtStartOfLine = Tok.isAtStartOfLine(); in ExpandBuiltinMacro() 2090 Tok.setFlagValue(Token::StartOfLine, IsAtStartOfLine); in processPathForFileMacro() 1627 bool IsAtStartOfLine = Tok.isAtStartOfLine(); ExpandBuiltinMacro() local
1284 * The ``Lexer`` uses ``IsAtStartOfLine`` to keep track of whether the next