Lines Matching refs:TokAtPhysicalStartOfLine
2301 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2357 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2377 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2533 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2659 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
2862 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3518 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument
3572 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3618 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3630 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3640 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3644 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3957 TokAtPhysicalStartOfLine)) in LexTokenInternal()
3969 TokAtPhysicalStartOfLine)) in LexTokenInternal()
4009 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
4200 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
4220 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
4253 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()