Lines Matching refs:TokAtPhysicalStartOfLine
2488 bool &TokAtPhysicalStartOfLine) { in SkipWhitespace() argument
2544 TokAtPhysicalStartOfLine = true; in SkipWhitespace()
2564 bool &TokAtPhysicalStartOfLine) { in SkipLineComment() argument
2720 TokAtPhysicalStartOfLine = true; in SkipLineComment()
2846 bool &TokAtPhysicalStartOfLine) { in SkipBlockComment() argument
3049 SkipWhitespace(Result, CurPtr+1, TokAtPhysicalStartOfLine); in SkipBlockComment()
3715 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() argument
3768 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3814 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3826 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3836 if (SkipLineComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
3840 if (SkipBlockComment(Result, CurPtr+2, TokAtPhysicalStartOfLine)) in LexTokenInternal()
4153 TokAtPhysicalStartOfLine)) in LexTokenInternal()
4165 TokAtPhysicalStartOfLine)) in LexTokenInternal()
4205 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
4394 if (TokAtPhysicalStartOfLine && !LexingRawMode && !Is_PragmaLexer) in LexTokenInternal()
4414 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()
4447 if (SkipWhitespace(Result, CurPtr, TokAtPhysicalStartOfLine)) in LexTokenInternal()