Lines Matching refs:TokAtPhysicalStartOfLine
2179 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2224 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2238 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2369 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2481 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
2632 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3164 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument
3215 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3260 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3272 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3283 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3287 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3595 TokAtPhysicalStartOfLine)) in LexTokenInternal()
3607 TokAtPhysicalStartOfLine)) in LexTokenInternal()
3647 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
3838 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
3858 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3891 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()